Shades of Dairy Cream #EBD0A4
Tints of Dairy Cream #EBD0A4
RGB
CMYK
RGB Variations
Color information
#EBD0A4 (or 0xEBD0A4) is known color: Dairy Cream. HEX triplet: EB, D0 and A4. RGB value is (235,208,164). Sum of RGB (Red+Green+Blue) = 235+208+164=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0A4 is #142F5B. Grayscale: #D3D3D3. Windows color (decimal): -1322844 or 10801387. OLE color: 10801387.
HSL color Cylindrical-coordinate representation of color #EBD0A4: hue angle of 37.18º 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 #EBD0A4 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 164 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.08 |
| HSL | 37.18º | 0.64% | 0.78% | - |
| HSV(B) | 37.18º | 0.3% | 0.92% | - |
| XYZ | 63.52 | 65.45 | 44.41 | - |
| YUV | 211.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 164 | 0 | 0.11 | 0.30 | 0.08 | 37.18 | 0.64 | 0.78 |
| Hex | EB | D0 | A4 | 0 | B | 1E | 8 | 25 | 40 | 4E |
| Octal | 353 | 320 | 244 | 0 | 13 | 36 | 10 | 45 | 100 | 116 |
| Binary | 11101011 | 11010000 | 10100100 | 0 | 1011 | 11110 | 1000 | 100101 | 1000000 | 1001110 |
Color Harmonies of #EBD0A4
Complementary color
Monochromatic Colors of #EBD0A4
Black with #EBD0A4
Text Example
Text Example
White with #EBD0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD0A4; }
p { color: rgb(235,208,164); }
H1.HeaderClassName
{
color: #EBD0A4;
}
.AnyTagClassName
{
color: #EBD0A4;
}
</style>
background-color css
<style>
a { background-color: #EBD0A4; }
a { background-color: rgb(235,208,164); }
div.DivClassName
{
background-color: #EBD0A4;
}
.BgClassName
{
background-color: #EBD0A4;
}
</style>
border-color css
<style>
span { border-color: #EBD0A4; }
span { border-color: rgb(235,208,164); }
td.TdClassName
{
border-color: #EBD0A4;
}
.TagClassName
{
border-color: #EBD0A4;
}
</style>