#EDCEA4

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

Shades of Dairy Cream #EDCEA4

Tints of Dairy Cream #EDCEA4

Color information

#EDCEA4 (or 0xEDCEA4) is unknown color: approx Dairy Cream. HEX triplet: ED, CE and A4. RGB value is (237,206,164). Sum of RGB (Red+Green+Blue) = 237+206+164=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEA4 is #12315B. Grayscale: #D2D2D2. Windows color (decimal): -1192284 or 10800877. OLE color: 10800877.

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

Color convert

RGB237206164-
CMYK00.130.310.07
HSL34.52º66.97%78.63%-
HSV(B)34.52º30.8%92.94%-
XYZ63.764.8344.28-
YUV210.48101.77146.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 164 (64.45% from 255) = 27.02%
R=39.04%
G=33.94%
B=27.02%

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
Decimal23720616400.130.310.0734.5266.9778.63
HexEDCEA40D1F723434f
Octal35531624401537743103117
Binary111011011100111010100100011011111111110001110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEA4; }

 p { color: rgb(237,206,164); }

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

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

 a { background-color: rgb(237,206,164); }

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

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

 span { border-color: rgb(237,206,164); }

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