Shades of Dairy Cream #EBD2A0
Tints of Dairy Cream #EBD2A0
RGB
CMYK
RGB Variations
Color information
#EBD2A0 (or 0xEBD2A0) is known color: Dairy Cream. HEX triplet: EB, D2 and A0. RGB value is (235,210,160). Sum of RGB (Red+Green+Blue) = 235+210+160=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2A0 is #142D5F. Grayscale: #D3D3D3. Windows color (decimal): -1322336 or 10539755. OLE color: 10539755.
HSL color Cylindrical-coordinate representation of color #EBD2A0: hue angle of 40º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBD2A0 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 160 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.08 |
| HSL | 40º | 0.65% | 0.77% | - |
| HSV(B) | 40º | 0.32% | 0.92% | - |
| XYZ | 63.65 | 66.29 | 42.7 | - |
| YUV | 211.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 160 | 0 | 0.11 | 0.32 | 0.08 | 40 | 0.65 | 0.77 |
| Hex | EB | D2 | A0 | 0 | B | 20 | 8 | 28 | 41 | 4D |
| Octal | 353 | 322 | 240 | 0 | 13 | 40 | 10 | 50 | 101 | 115 |
| Binary | 11101011 | 11010010 | 10100000 | 0 | 1011 | 100000 | 1000 | 101000 | 1000001 | 1001101 |
Color Harmonies of #EBD2A0
Complementary color
Monochromatic Colors of #EBD2A0
Black with #EBD2A0
Text Example
Text Example
White with #EBD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2A0; }
p { color: rgb(235,210,160); }
H1.HeaderClassName
{
color: #EBD2A0;
}
.AnyTagClassName
{
color: #EBD2A0;
}
</style>
background-color css
<style>
a { background-color: #EBD2A0; }
a { background-color: rgb(235,210,160); }
div.DivClassName
{
background-color: #EBD2A0;
}
.BgClassName
{
background-color: #EBD2A0;
}
</style>
border-color css
<style>
span { border-color: #EBD2A0; }
span { border-color: rgb(235,210,160); }
td.TdClassName
{
border-color: #EBD2A0;
}
.TagClassName
{
border-color: #EBD2A0;
}
</style>