#ECD09E

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

Shades of Dairy Cream #ECD09E

Tints of Dairy Cream #ECD09E

Color information

#ECD09E (or 0xECD09E) is unknown color: approx Dairy Cream. HEX triplet: EC, D0 and 9E. RGB value is (236,208,158). Sum of RGB (Red+Green+Blue) = 236+208+158=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD09E is #132F61. Grayscale: #D2D2D2. Windows color (decimal): -1257314 or 10408172. OLE color: 10408172.

HSL color Cylindrical-coordinate representation of color #ECD09E: hue angle of 38.46º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECD09E is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236208158-
CMYK00.120.330.07
HSL38.46º67.24%77.25%-
HSV(B)38.46º33.05%92.55%-
XYZ63.3265.4141.64-
YUV210.6798.28146.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 208 (81.64% from 255) = 34.55%
BLUE value IS 158 (62.11% from 255) = 26.25%
R=39.20%
G=34.55%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620815800.120.330.0738.4667.2477.25
HexECD09E0C21726434d
Octal35432023601441746103115
Binary1110110011010000100111100110010000111110011010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD09E; }

 p { color: rgb(236,208,158); }

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

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

 a { background-color: rgb(236,208,158); }

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

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

 span { border-color: rgb(236,208,158); }

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