#EBCDA9

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

Shades of Dairy Cream #EBCDA9

Tints of Dairy Cream #EBCDA9

Color information

#EBCDA9 (or 0xEBCDA9) is unknown color: approx Dairy Cream. HEX triplet: EB, CD and A9. RGB value is (235,205,169). Sum of RGB (Red+Green+Blue) = 235+205+169=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDA9 is #143256. Grayscale: #D2D2D2. Windows color (decimal): -1323607 or 11128299. OLE color: 11128299.

HSL color Cylindrical-coordinate representation of color #EBCDA9: hue angle of 32.73º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBCDA9 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235205169-
CMYK00.130.280.08
HSL32.73º62.26%79.22%-
HSV(B)32.73º28.09%92.16%-
XYZ63.2564.1946.59-
YUV209.87104.94145.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 169 (66.41% from 255) = 27.75%
R=38.59%
G=33.66%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520516900.130.280.0832.7362.2679.22
HexEBCDA90D1C8213e4f
Octal35331525101534104176117
Binary111010111100110110101001011011110010001000011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDA9; }

 p { color: rgb(235,205,169); }

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

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

 a { background-color: rgb(235,205,169); }

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

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

 span { border-color: rgb(235,205,169); }

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