Shades of Dairy Cream #EBD1A9
Tints of Dairy Cream #EBD1A9
RGB
CMYK
RGB Variations
Color information
#EBD1A9 (or 0xEBD1A9) is known color: Dairy Cream. HEX triplet: EB, D1 and A9. RGB value is (235,209,169). Sum of RGB (Red+Green+Blue) = 235+209+169=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD1A9 is #142E56. Grayscale: #D4D4D4. Windows color (decimal): -1322583 or 11129323. OLE color: 11129323.
HSL color Cylindrical-coordinate representation of color #EBD1A9: hue angle of 36.36º 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 #EBD1A9 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 209 | 169 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.08 |
| HSL | 36.36º | 0.62% | 0.79% | - |
| HSV(B) | 36.36º | 0.28% | 0.92% | - |
| XYZ | 64.22 | 66.13 | 46.92 | - |
| YUV | 212.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 169 | 0 | 0.11 | 0.28 | 0.08 | 36.36 | 0.62 | 0.79 |
| Hex | EB | D1 | A9 | 0 | B | 1C | 8 | 24 | 3E | 4F |
| Octal | 353 | 321 | 251 | 0 | 13 | 34 | 10 | 44 | 76 | 117 |
| Binary | 11101011 | 11010001 | 10101001 | 0 | 1011 | 11100 | 1000 | 100100 | 111110 | 1001111 |
Color Harmonies of #EBD1A9
Complementary color
Monochromatic Colors of #EBD1A9
Black with #EBD1A9
Text Example
Text Example
White with #EBD1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD1A9; }
p { color: rgb(235,209,169); }
H1.HeaderClassName
{
color: #EBD1A9;
}
.AnyTagClassName
{
color: #EBD1A9;
}
</style>
background-color css
<style>
a { background-color: #EBD1A9; }
a { background-color: rgb(235,209,169); }
div.DivClassName
{
background-color: #EBD1A9;
}
.BgClassName
{
background-color: #EBD1A9;
}
</style>
border-color css
<style>
span { border-color: #EBD1A9; }
span { border-color: rgb(235,209,169); }
td.TdClassName
{
border-color: #EBD1A9;
}
.TagClassName
{
border-color: #EBD1A9;
}
</style>