Html Css Color HEX #EED09E Dairy Cream

📋 copy color: '#EED09E'

red 238 ◦ green 208 ◦ blue 158

#EED09E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dairy Cream #EED09E

Tints of Dairy Cream #EED09E

RGB

 RED value IS 238 (93.36% from 255) = 39.4%

 GREEN value IS 208 (81.64% from 255) = 34.44%

 BLUE value IS 158 (62.11% from 255) = 26.16%

R = 39.4%
G = 34.44%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EED09E (or 0xEED09E) is known color: Dairy Cream. HEX triplet: EE, D0 and 9E. RGB value is (238,208,158). Sum of RGB (Red+Green+Blue) = 238+208+158=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EED09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED09E is #112F61. Grayscale: #D3D3D3. Windows color (decimal): -1126242 or 10408174. OLE color: 10408174.

HSL color Cylindrical-coordinate representation of color #EED09E: hue angle of 37.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EED09E is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 158 -
CMYK 0 0.13 0.34 0.07
HSL 37.5º 0.7% 0.78% -
HSV(B) 37.5º 0.34% 0.93% -
XYZ 63.99 65.76 41.67 -
YUV 211.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 238 208 158 0 0.13 0.34 0.07 37.5 0.7 0.78
Hex EE D0 9E 0 D 22 7 26 46 4E
Octal 356 320 236 0 15 42 7 46 106 116
Binary 11101110 11010000 10011110 0 1101 100010 111 100110 1000110 1001110

Color Harmonies of #EED09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED09E

Black with #EED09E

Text Example


Text Example

White with #EED09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED09E; }

 p { color: rgb(238,208,158); }

 H1.HeaderClassName
 {
   color: #EED09E;
 }
 .AnyTagClassName
 {
   color: #EED09E;
 }
</style>

background-color css

<style>
 a { background-color: #EED09E; }

 a { background-color: rgb(238,208,158); }

 div.DivClassName
 {
   background-color: #EED09E;
 }
 .BgClassName
 {
   background-color: #EED09E;
 }
</style>

border-color css

<style>
 span { border-color: #EED09E; }

 span { border-color: rgb(238,208,158); }

 td.TdClassName
 {
   border-color: #EED09E;
 }
 .TagClassName
 {
   border-color: #EED09E;
 }
</style>