Html Css Color HEX #EED19F Dairy Cream

📋 copy color: '#EED19F'

red 238 ◦ green 209 ◦ blue 159

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

Shades of Dairy Cream #EED19F

Tints of Dairy Cream #EED19F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.49%

 BLUE value IS 159 (62.5% from 255) = 26.24%

R = 39.27%
G = 34.49%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EED19F (or 0xEED19F) is known color: Dairy Cream. HEX triplet: EE, D1 and 9F. RGB value is (238,209,159). Sum of RGB (Red+Green+Blue) = 238+209+159=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EED19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED19F is #112E60. Grayscale: #D4D4D4. Windows color (decimal): -1125985 or 10473966. OLE color: 10473966.

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

Color convert

RGB 238 209 159 -
CMYK 0 0.12 0.33 0.07
HSL 37.97º 0.7% 0.78% -
HSV(B) 37.97º 0.33% 0.93% -
XYZ 64.32 66.28 42.2 -
YUV 211.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 238 209 159 0 0.12 0.33 0.07 37.97 0.7 0.78
Hex EE D1 9F 0 C 21 7 26 46 4E
Octal 356 321 237 0 14 41 7 46 106 116
Binary 11101110 11010001 10011111 0 1100 100001 111 100110 1000110 1001110

Color Harmonies of #EED19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED19F

Black with #EED19F

Text Example


Text Example

White with #EED19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED19F; }

 p { color: rgb(238,209,159); }

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

background-color css

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

 a { background-color: rgb(238,209,159); }

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

border-color css

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

 span { border-color: rgb(238,209,159); }

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