#EBCDA2

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

Shades of Dairy Cream #EBCDA2

Tints of Dairy Cream #EBCDA2

Color information

#EBCDA2 (or 0xEBCDA2) is unknown color: approx Dairy Cream. HEX triplet: EB, CD and A2. RGB value is (235,205,162). Sum of RGB (Red+Green+Blue) = 235+205+162=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDA2 is #14325D. Grayscale: #D1D1D1. Windows color (decimal): -1323614 or 10669547. OLE color: 10669547.

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

Color convert

RGB235205162-
CMYK00.130.310.08
HSL35.34º64.6%77.84%-
HSV(B)35.34º31.06%92.16%-
XYZ62.6163.9343.22-
YUV209.07101.44146.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 162 (63.67% from 255) = 26.91%
R=39.04%
G=34.05%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520516200.130.310.0835.3464.677.84
HexEBCDA20D1F823414e
Octal353315242015371043101116
Binary1110101111001101101000100110111111100010001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDA2; }

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

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

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

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

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

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

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

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