#EECFA5

Color #EECFA5 Dairy Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dairy Cream #EECFA5

Tints of Dairy Cream #EECFA5

Color information

#EECFA5 (or 0xEECFA5) is unknown color: approx Dairy Cream. HEX triplet: EE, CF and A5. RGB value is (238,207,165). Sum of RGB (Red+Green+Blue) = 238+207+165=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECFA5 is #11305A. Grayscale: #D3D3D3. Windows color (decimal): -1126491 or 10866670. OLE color: 10866670.

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

Color convert

RGB238207165-
CMYK00.130.310.07
HSL34.52º68.22%79.02%-
HSV(B)34.52º30.67%93.33%-
XYZ64.3665.5244.85-
YUV211.48101.77146.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 165 (64.84% from 255) = 27.05%
R=39.02%
G=33.93%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820716500.130.310.0734.5268.2279.02
HexEECFA50D1F723444f
Octal35631724501537743104117
Binary111011101100111110100101011011111111110001110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFA5; }

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

 H1.HeaderClassName
 {
   color: #EECFA5;
 }
 .AnyTagClassName
 {
   color: #EECFA5;
 }
</style>
background-color css

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

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

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

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

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

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