Shades of Dairy Cream #EBD2A4
Tints of Dairy Cream #EBD2A4
RGB
CMYK
RGB Variations
Color information
#EBD2A4 (or 0xEBD2A4) is known color: Dairy Cream. HEX triplet: EB, D2 and A4. RGB value is (235,210,164). Sum of RGB (Red+Green+Blue) = 235+210+164=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 164 (64.45% from 255 or 26.93% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2A4 is #142D5B. Grayscale: #D4D4D4. Windows color (decimal): -1322332 or 10801899. OLE color: 10801899.
HSL color Cylindrical-coordinate representation of color #EBD2A4: hue angle of 38.87º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBD2A4 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 164 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.08 |
| HSL | 38.87º | 0.64% | 0.78% | - |
| HSV(B) | 38.87º | 0.3% | 0.92% | - |
| XYZ | 64.01 | 66.44 | 44.57 | - |
| YUV | 212.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 164 | 0 | 0.11 | 0.30 | 0.08 | 38.87 | 0.64 | 0.78 |
| Hex | EB | D2 | A4 | 0 | B | 1E | 8 | 27 | 40 | 4E |
| Octal | 353 | 322 | 244 | 0 | 13 | 36 | 10 | 47 | 100 | 116 |
| Binary | 11101011 | 11010010 | 10100100 | 0 | 1011 | 11110 | 1000 | 100111 | 1000000 | 1001110 |
Color Harmonies of #EBD2A4
Complementary color
Monochromatic Colors of #EBD2A4
Black with #EBD2A4
Text Example
Text Example
White with #EBD2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2A4; }
p { color: rgb(235,210,164); }
H1.HeaderClassName
{
color: #EBD2A4;
}
.AnyTagClassName
{
color: #EBD2A4;
}
</style>
background-color css
<style>
a { background-color: #EBD2A4; }
a { background-color: rgb(235,210,164); }
div.DivClassName
{
background-color: #EBD2A4;
}
.BgClassName
{
background-color: #EBD2A4;
}
</style>
border-color css
<style>
span { border-color: #EBD2A4; }
span { border-color: rgb(235,210,164); }
td.TdClassName
{
border-color: #EBD2A4;
}
.TagClassName
{
border-color: #EBD2A4;
}
</style>