Shades of Dairy Cream #E5CDA4
Tints of Dairy Cream #E5CDA4
RGB
CMYK
RGB Variations
Color information
#E5CDA4 (or 0xE5CDA4) is known color: Dairy Cream. HEX triplet: E5, CD and A4. RGB value is (229,205,164). Sum of RGB (Red+Green+Blue) = 229+205+164=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CDA4 is #1A325B. Grayscale: #CFCFCF. Windows color (decimal): -1716828 or 10800613. OLE color: 10800613.
HSL color Cylindrical-coordinate representation of color #E5CDA4: hue angle of 37.85º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5CDA4 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 205 | 164 | - |
CMYK | 0 | 0.10 | 0.28 | 0.10 |
HSL | 37.85º | 0.56% | 0.77% | - |
HSV(B) | 37.85º | 0.28% | 0.9% | - |
XYZ | 60.85 | 63 | 44.08 | - |
YUV | 207.5 | 103.45 | 143.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 205 | 164 | 0 | 0.10 | 0.28 | 0.10 | 37.85 | 0.56 | 0.77 |
Hex | E5 | CD | A4 | 0 | A | 1C | A | 26 | 38 | 4D |
Octal | 345 | 315 | 244 | 0 | 12 | 34 | 12 | 46 | 70 | 115 |
Binary | 11100101 | 11001101 | 10100100 | 0 | 1010 | 11100 | 1010 | 100110 | 111000 | 1001101 |
Color Harmonies of #E5CDA4
Complementary color
Monochromatic Colors of #E5CDA4
Black with #E5CDA4
Text Example
Text Example
White with #E5CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDA4; }
p { color: rgb(229,205,164); }
H1.HeaderClassName
{
color: #E5CDA4;
}
.AnyTagClassName
{
color: #E5CDA4;
}
</style>
background-color css
<style>
a { background-color: #E5CDA4; }
a { background-color: rgb(229,205,164); }
div.DivClassName
{
background-color: #E5CDA4;
}
.BgClassName
{
background-color: #E5CDA4;
}
</style>
border-color css
<style>
span { border-color: #E5CDA4; }
span { border-color: rgb(229,205,164); }
td.TdClassName
{
border-color: #E5CDA4;
}
.TagClassName
{
border-color: #E5CDA4;
}
</style>