#EECDA0

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

Shades of Dairy Cream #EECDA0

Tints of Dairy Cream #EECDA0

Color information

#EECDA0 (or 0xEECDA0) is unknown color: approx Dairy Cream. HEX triplet: EE, CD and A0. RGB value is (238,205,160). Sum of RGB (Red+Green+Blue) = 238+205+160=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDA0 is #11325F. Grayscale: #D1D1D1. Windows color (decimal): -1127008 or 10538478. OLE color: 10538478.

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

Color convert

RGB238205160-
CMYK00.140.330.07
HSL34.62º69.64%78.04%-
HSV(B)34.62º32.77%93.33%-
XYZ63.4464.3842.34-
YUV209.7499.93148.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=39.47%
G=34.00%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820516000.140.330.0734.6269.6478.04
HexEECDA00E21723464e
Octal35631524001641743106116
Binary1110111011001101101000000111010000111110001110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDA0; }

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

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

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

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

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

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

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

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