COLOR #EEBD90

HEX: #EEBD90
RGB: (238,189,144)

Renk bilgisi

#EEBD90 contains mainly red and green colors. #EEBD90 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EEBD90 color RGB value is (238,189,144).

  • kırmız ton 238;
  • yeşil ton 189;
  • mavi ton 144.
RGB:
(238,189,144)
(93%,74%,56%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 189 of 255 = 74%
B 144 of 255 = 56%

238
189
144

R + G + B ~ 74%. #EEBD90 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 189 + 144 = 571 (100%)
R 238 of 571 ~ 41.68%
G 189 of 571 ~ 33.1%
B 144 of 571 ~ 25.22%

%41.68
%33.1
%25.22

CMYK RENK MODELİ

#EEBD90 rengi CMYK tonu (0,21,39,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.59%
  • sarı tonu 39.50%
  • ana renk tonu 6.67%
CMYK:
(0,21,39,7)
C0M21Y39K7 
(0%,21%,39%,7%)
(0.00/0.21/0.39/0.07)	

CMYK yüzdeleri

%0
%20.59
%39.5
%6.67

Codes

Color #EEBD90 in popluar color models

EEBD90
RGB238189144
HSL29°73.44%74.90%
HSB/HSV29°39.50%93.33%
CMYK0.00%20.59%39.50%
6.67%

Color #EEBD90 in popluar number systems.

HEXEEBD90
Decimal238189144
Binary111011101011110110010000
Octal356275220

Shades and tints

Shades of #EEBD90

#EEBD90
(238,189,144)
#D9AC83
(217,172,131)
#C49B76
(196,155,118)
#AF8A69
(175,138,105)
#9A795C
(154,121,92)
#85684F
(133,104,79)
#705742
(112,87,66)
#5B4635
(91,70,53)
#463528
(70,53,40)
#31241B
(49,36,27)
#1C130E
(28,19,14)
#000000
(0,0,0)

Tints of #EEBD90

#EEBD90
(238,189,144)
#EFC39A
(239,195,154)
#F0C9A4
(240,201,164)
#F1CFAE
(241,207,174)
#F2D5B8
(242,213,184)
#F3DBC2
(243,219,194)
#F4E1CC
(244,225,204)
#F5E7D6
(245,231,214)
#F6EDE0
(246,237,224)
#F7F3EA
(247,243,234)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBD90 color. Also use rgb(238,189,144) instead hex code.

Text Font Color

.myTextColor { color: #EEBD90; }

<p style="color:#EEBD90">This sample text font color is #EEBD90.</p>

This text font color is #EEBD90.


Background Color

.myBgColor { background-color: #EEBD90; }

<div style="background-color:#EEBD90">Inner text</div>

This div background color is #EEBD90.


Border color

.myBorderColor { border: 1px solid #EEBD90; }

<div style="border:3px solid #EEBD90">Div</div>

This div border color is #EEBD90.


Opacity

.myOpacity80 { color: #EEBD90; opacity: 0.8; }

<p style="color:#EEBD90;opacity:0.8;">80%</p>

Text with #EEBD90 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EEBD90;}

<p style="text-shadow: 3px 3px 1px #EEBD90">Text here.</p>

This text has shadow with #EEBD90 color.

.textShadow {text-shadow: 3px 3px 1px #EEBD90, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EEBD90, 5px 5px 20px red">Text here.</p>

This text has shadow with #EEBD90 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEBD90, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EEBD90, Direction=45, Strength=4)">Text</p>

This text has shadow with #EEBD90 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EEBD90;
  -webkit-box-shadow:	1px 1px 3px 2px #EEBD90;
  box-shadow:		1px 1px 3px 2px #EEBD90;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEBD90;
-webkit-box-shadow: 1px 1px 3px 2px #EEBD90;
box-shadow:1px 1px 3px 2px #EEBD90;">
Div content here</div>
This div box has shadow with color #EEBD90.

Preview

Color preview on black background

This text has color #EEBD90 on black background.


Color preview on white background

This text has color #EEBD90 on white background.



Black color preview on #EEBD90 background

This text has black color on #EEBD90 background.


White color preview on #EEBD90 background

This text has white color on #EEBD90 background.