#E9CDA4

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

Shades of Dairy Cream #E9CDA4

Tints of Dairy Cream #E9CDA4

Color information

#E9CDA4 (or 0xE9CDA4) is unknown color: approx Dairy Cream. HEX triplet: E9, CD and A4. RGB value is (233,205,164). Sum of RGB (Red+Green+Blue) = 233+205+164=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CDA4 is #16325B. Grayscale: #D0D0D0. Windows color (decimal): -1454684 or 10800617. OLE color: 10800617.

HSL color Cylindrical-coordinate representation of color #E9CDA4: hue angle of 35.65º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9CDA4 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB233205164-
CMYK00.120.300.09
HSL35.65º61.06%77.84%-
HSV(B)35.65º29.61%91.37%-
XYZ62.1463.6744.14-
YUV208.7102.78145.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.70%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 164 (64.45% from 255) = 27.24%
R=38.70%
G=34.05%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320516400.120.300.0935.6561.0677.84
HexE9CDA40C1E9243d4e
Octal35131524401436114475116
Binary111010011100110110100100011001111010011001001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDA4; }

 p { color: rgb(233,205,164); }

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

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

 a { background-color: rgb(233,205,164); }

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

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

 span { border-color: rgb(233,205,164); }

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