Shades of Dairy Cream #EECFA5
Tints of Dairy Cream #EECFA5
RGB
CMYK
RGB Variations
Color information
#EECFA5 (or 0xEECFA5) is known color: Dairy Cream. HEX triplet: EE, CF and A5. RGB value is (238,207,165). Sum of RGB (Red+Green+Blue) = 238+207+165=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECFA5 is #11305A. Grayscale: #D3D3D3. Windows color (decimal): -1126491 or 10866670. OLE color: 10866670.
HSL color Cylindrical-coordinate representation of color #EECFA5: hue angle of 34.52º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EECFA5 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 165 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.07 |
| HSL | 34.52º | 0.68% | 0.79% | - |
| HSV(B) | 34.52º | 0.31% | 0.93% | - |
| XYZ | 64.36 | 65.52 | 44.85 | - |
| YUV | 211.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 165 | 0 | 0.13 | 0.31 | 0.07 | 34.52 | 0.68 | 0.79 |
| Hex | EE | CF | A5 | 0 | D | 1F | 7 | 23 | 44 | 4F |
| Octal | 356 | 317 | 245 | 0 | 15 | 37 | 7 | 43 | 104 | 117 |
| Binary | 11101110 | 11001111 | 10100101 | 0 | 1101 | 11111 | 111 | 100011 | 1000100 | 1001111 |
Color Harmonies of #EECFA5
Complementary color
Monochromatic Colors of #EECFA5
Black with #EECFA5
Text Example
Text Example
White with #EECFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFA5; }
p { color: rgb(238,207,165); }
H1.HeaderClassName
{
color: #EECFA5;
}
.AnyTagClassName
{
color: #EECFA5;
}
</style>
background-color css
<style>
a { background-color: #EECFA5; }
a { background-color: rgb(238,207,165); }
div.DivClassName
{
background-color: #EECFA5;
}
.BgClassName
{
background-color: #EECFA5;
}
</style>
border-color css
<style>
span { border-color: #EECFA5; }
span { border-color: rgb(238,207,165); }
td.TdClassName
{
border-color: #EECFA5;
}
.TagClassName
{
border-color: #EECFA5;
}
</style>