Shades of Dairy Cream #EBD1A8
Tints of Dairy Cream #EBD1A8
RGB
CMYK
RGB Variations
Color information
#EBD1A8 (or 0xEBD1A8) is known color: Dairy Cream. HEX triplet: EB, D1 and A8. RGB value is (235,209,168). Sum of RGB (Red+Green+Blue) = 235+209+168=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD1A8 is #142E57. Grayscale: #D4D4D4. Windows color (decimal): -1322584 or 11063787. OLE color: 11063787.
HSL color Cylindrical-coordinate representation of color #EBD1A8: hue angle of 36.72º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBD1A8 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 209 | 168 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.08 |
| HSL | 36.72º | 0.63% | 0.79% | - |
| HSV(B) | 36.72º | 0.29% | 0.92% | - |
| XYZ | 64.13 | 66.09 | 46.42 | - |
| YUV | 212.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 168 | 0 | 0.11 | 0.29 | 0.08 | 36.72 | 0.63 | 0.79 |
| Hex | EB | D1 | A8 | 0 | B | 1D | 8 | 25 | 3F | 4F |
| Octal | 353 | 321 | 250 | 0 | 13 | 35 | 10 | 45 | 77 | 117 |
| Binary | 11101011 | 11010001 | 10101000 | 0 | 1011 | 11101 | 1000 | 100101 | 111111 | 1001111 |
Color Harmonies of #EBD1A8
Complementary color
Monochromatic Colors of #EBD1A8
Black with #EBD1A8
Text Example
Text Example
White with #EBD1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD1A8; }
p { color: rgb(235,209,168); }
H1.HeaderClassName
{
color: #EBD1A8;
}
.AnyTagClassName
{
color: #EBD1A8;
}
</style>
background-color css
<style>
a { background-color: #EBD1A8; }
a { background-color: rgb(235,209,168); }
div.DivClassName
{
background-color: #EBD1A8;
}
.BgClassName
{
background-color: #EBD1A8;
}
</style>
border-color css
<style>
span { border-color: #EBD1A8; }
span { border-color: rgb(235,209,168); }
td.TdClassName
{
border-color: #EBD1A8;
}
.TagClassName
{
border-color: #EBD1A8;
}
</style>