Shades of Dairy Cream #E9D1A5
Tints of Dairy Cream #E9D1A5
RGB
CMYK
RGB Variations
Color information
#E9D1A5 (or 0xE9D1A5) is known color: Dairy Cream. HEX triplet: E9, D1 and A5. RGB value is (233,209,165). Sum of RGB (Red+Green+Blue) = 233+209+165=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D1A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D1A5 is #162E5A. Grayscale: #D3D3D3. Windows color (decimal): -1453659 or 10867177. OLE color: 10867177.
HSL color Cylindrical-coordinate representation of color #E9D1A5: hue angle of 38.82º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9D1A5 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 209 | 165 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.09 |
| HSL | 38.82º | 0.61% | 0.78% | - |
| HSV(B) | 38.82º | 0.29% | 0.91% | - |
| XYZ | 63.2 | 65.64 | 44.94 | - |
| YUV | 211.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 209 | 165 | 0 | 0.10 | 0.29 | 0.09 | 38.82 | 0.61 | 0.78 |
| Hex | E9 | D1 | A5 | 0 | A | 1D | 9 | 27 | 3D | 4E |
| Octal | 351 | 321 | 245 | 0 | 12 | 35 | 11 | 47 | 75 | 116 |
| Binary | 11101001 | 11010001 | 10100101 | 0 | 1010 | 11101 | 1001 | 100111 | 111101 | 1001110 |
Color Harmonies of #E9D1A5
Complementary color
Monochromatic Colors of #E9D1A5
Black with #E9D1A5
Text Example
Text Example
White with #E9D1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D1A5; }
p { color: rgb(233,209,165); }
H1.HeaderClassName
{
color: #E9D1A5;
}
.AnyTagClassName
{
color: #E9D1A5;
}
</style>
background-color css
<style>
a { background-color: #E9D1A5; }
a { background-color: rgb(233,209,165); }
div.DivClassName
{
background-color: #E9D1A5;
}
.BgClassName
{
background-color: #E9D1A5;
}
</style>
border-color css
<style>
span { border-color: #E9D1A5; }
span { border-color: rgb(233,209,165); }
td.TdClassName
{
border-color: #E9D1A5;
}
.TagClassName
{
border-color: #E9D1A5;
}
</style>