#EDCEA1

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

Shades of Dairy Cream #EDCEA1

Tints of Dairy Cream #EDCEA1

Color information

#EDCEA1 (or 0xEDCEA1) is unknown color: approx Dairy Cream. HEX triplet: ED, CE and A1. RGB value is (237,206,161). Sum of RGB (Red+Green+Blue) = 237+206+161=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEA1 is #12315E. Grayscale: #D2D2D2. Windows color (decimal): -1192287 or 10604269. OLE color: 10604269.

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

Color convert

RGB237206161-
CMYK00.130.320.07
HSL35.53º67.86%78.04%-
HSV(B)35.53º32.07%92.94%-
XYZ63.4364.7242.87-
YUV210.14100.27147.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 161 (63.28% from 255) = 26.66%
R=39.24%
G=34.11%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720616100.130.320.0735.5367.8678.04
HexEDCEA10D20724444e
Octal35531624101540744104116
Binary1110110111001110101000010110110000011110010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEA1; }

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

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

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

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

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

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

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

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