Shades of Dairy Cream #EBD0A6
Tints of Dairy Cream #EBD0A6
RGB
CMYK
RGB Variations
Color information
#EBD0A6 (or 0xEBD0A6) is known color: Dairy Cream. HEX triplet: EB, D0 and A6. RGB value is (235,208,166). Sum of RGB (Red+Green+Blue) = 235+208+166=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0A6 is #142F59. Grayscale: #D3D3D3. Windows color (decimal): -1322842 or 10932459. OLE color: 10932459.
HSL color Cylindrical-coordinate representation of color #EBD0A6: hue angle of 36.52º 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 #EBD0A6 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 166 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.08 |
| HSL | 36.52º | 0.63% | 0.79% | - |
| HSV(B) | 36.52º | 0.29% | 0.92% | - |
| XYZ | 63.7 | 65.53 | 45.37 | - |
| YUV | 211.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 166 | 0 | 0.11 | 0.29 | 0.08 | 36.52 | 0.63 | 0.79 |
| Hex | EB | D0 | A6 | 0 | B | 1D | 8 | 25 | 3F | 4F |
| Octal | 353 | 320 | 246 | 0 | 13 | 35 | 10 | 45 | 77 | 117 |
| Binary | 11101011 | 11010000 | 10100110 | 0 | 1011 | 11101 | 1000 | 100101 | 111111 | 1001111 |
Color Harmonies of #EBD0A6
Complementary color
Monochromatic Colors of #EBD0A6
Black with #EBD0A6
Text Example
Text Example
White with #EBD0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD0A6; }
p { color: rgb(235,208,166); }
H1.HeaderClassName
{
color: #EBD0A6;
}
.AnyTagClassName
{
color: #EBD0A6;
}
</style>
background-color css
<style>
a { background-color: #EBD0A6; }
a { background-color: rgb(235,208,166); }
div.DivClassName
{
background-color: #EBD0A6;
}
.BgClassName
{
background-color: #EBD0A6;
}
</style>
border-color css
<style>
span { border-color: #EBD0A6; }
span { border-color: rgb(235,208,166); }
td.TdClassName
{
border-color: #EBD0A6;
}
.TagClassName
{
border-color: #EBD0A6;
}
</style>