Shades of Dairy Cream #EBD2A5
Tints of Dairy Cream #EBD2A5
RGB
CMYK
RGB Variations
Color information
#EBD2A5 (or 0xEBD2A5) is known color: Dairy Cream. HEX triplet: EB, D2 and A5. RGB value is (235,210,165). Sum of RGB (Red+Green+Blue) = 235+210+165=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2A5 is #142D5A. Grayscale: #D4D4D4. Windows color (decimal): -1322331 or 10867435. OLE color: 10867435.
HSL color Cylindrical-coordinate representation of color #EBD2A5: hue angle of 38.57º 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 #EBD2A5 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 165 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.08 |
| HSL | 38.57º | 0.64% | 0.78% | - |
| HSV(B) | 38.57º | 0.3% | 0.92% | - |
| XYZ | 64.1 | 66.47 | 45.05 | - |
| YUV | 212.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 165 | 0 | 0.11 | 0.30 | 0.08 | 38.57 | 0.64 | 0.78 |
| Hex | EB | D2 | A5 | 0 | B | 1E | 8 | 27 | 40 | 4E |
| Octal | 353 | 322 | 245 | 0 | 13 | 36 | 10 | 47 | 100 | 116 |
| Binary | 11101011 | 11010010 | 10100101 | 0 | 1011 | 11110 | 1000 | 100111 | 1000000 | 1001110 |
Color Harmonies of #EBD2A5
Complementary color
Monochromatic Colors of #EBD2A5
Black with #EBD2A5
Text Example
Text Example
White with #EBD2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2A5; }
p { color: rgb(235,210,165); }
H1.HeaderClassName
{
color: #EBD2A5;
}
.AnyTagClassName
{
color: #EBD2A5;
}
</style>
background-color css
<style>
a { background-color: #EBD2A5; }
a { background-color: rgb(235,210,165); }
div.DivClassName
{
background-color: #EBD2A5;
}
.BgClassName
{
background-color: #EBD2A5;
}
</style>
border-color css
<style>
span { border-color: #EBD2A5; }
span { border-color: rgb(235,210,165); }
td.TdClassName
{
border-color: #EBD2A5;
}
.TagClassName
{
border-color: #EBD2A5;
}
</style>