Shades of Dairy Cream #EBD0A9
Tints of Dairy Cream #EBD0A9
RGB
CMYK
RGB Variations
Color information
#EBD0A9 (or 0xEBD0A9) is known color: Dairy Cream. HEX triplet: EB, D0 and A9. RGB value is (235,208,169). Sum of RGB (Red+Green+Blue) = 235+208+169=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 169 (66.41% from 255 or 27.61% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0A9 is #142F56. Grayscale: #D3D3D3. Windows color (decimal): -1322839 or 11129067. OLE color: 11129067.
HSL color Cylindrical-coordinate representation of color #EBD0A9: hue angle of 35.45º 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 #EBD0A9 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 169 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.08 |
| HSL | 35.45º | 0.62% | 0.79% | - |
| HSV(B) | 35.45º | 0.28% | 0.92% | - |
| XYZ | 63.98 | 65.64 | 46.83 | - |
| YUV | 211.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 169 | 0 | 0.11 | 0.28 | 0.08 | 35.45 | 0.62 | 0.79 |
| Hex | EB | D0 | A9 | 0 | B | 1C | 8 | 23 | 3E | 4F |
| Octal | 353 | 320 | 251 | 0 | 13 | 34 | 10 | 43 | 76 | 117 |
| Binary | 11101011 | 11010000 | 10101001 | 0 | 1011 | 11100 | 1000 | 100011 | 111110 | 1001111 |
Color Harmonies of #EBD0A9
Complementary color
Monochromatic Colors of #EBD0A9
Black with #EBD0A9
Text Example
Text Example
White with #EBD0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD0A9; }
p { color: rgb(235,208,169); }
H1.HeaderClassName
{
color: #EBD0A9;
}
.AnyTagClassName
{
color: #EBD0A9;
}
</style>
background-color css
<style>
a { background-color: #EBD0A9; }
a { background-color: rgb(235,208,169); }
div.DivClassName
{
background-color: #EBD0A9;
}
.BgClassName
{
background-color: #EBD0A9;
}
</style>
border-color css
<style>
span { border-color: #EBD0A9; }
span { border-color: rgb(235,208,169); }
td.TdClassName
{
border-color: #EBD0A9;
}
.TagClassName
{
border-color: #EBD0A9;
}
</style>