Html Css Color HEX #EECFA0 Dairy Cream

📋 copy color: '#EECFA0'

red 238 ◦ green 207 ◦ blue 160

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

Shades of Dairy Cream #EECFA0

Tints of Dairy Cream #EECFA0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.21%

 BLUE value IS 160 (62.89% from 255) = 26.45%

R = 39.34%
G = 34.21%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EECFA0 (or 0xEECFA0) is known color: Dairy Cream. HEX triplet: EE, CF and A0. RGB value is (238,207,160). Sum of RGB (Red+Green+Blue) = 238+207+160=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECFA0 is #11305F. Grayscale: #D3D3D3. Windows color (decimal): -1126496 or 10538990. OLE color: 10538990.

HSL color Cylindrical-coordinate representation of color #EECFA0: hue angle of 36.15º 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 #EECFA0 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 207 160 -
CMYK 0 0.13 0.33 0.07
HSL 36.15º 0.7% 0.78% -
HSV(B) 36.15º 0.33% 0.93% -
XYZ 63.92 65.34 42.5 -
YUV 210.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 238 207 160 0 0.13 0.33 0.07 36.15 0.7 0.78
Hex EE CF A0 0 D 21 7 24 46 4E
Octal 356 317 240 0 15 41 7 44 106 116
Binary 11101110 11001111 10100000 0 1101 100001 111 100100 1000110 1001110

Color Harmonies of #EECFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECFA0

Black with #EECFA0

Text Example


Text Example

White with #EECFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECFA0; }

 p { color: rgb(238,207,160); }

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

background-color css

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

 a { background-color: rgb(238,207,160); }

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

border-color css

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

 span { border-color: rgb(238,207,160); }

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