Shades of Cararra #EEE5D0
Tints of Cararra #EEE5D0
RGB
CMYK
RGB Variations
Color information
#EEE5D0 (or 0xEEE5D0) is known color: Cararra. HEX triplet: EE, E5 and D0. RGB value is (238,229,208). Sum of RGB (Red+Green+Blue) = 238+229+208=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 208 (81.64% from 255 or 30.81% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5D0 is #111A2F. Grayscale: #E5E5E5. Windows color (decimal): -1120816 or 13690350. OLE color: 13690350.
HSL color Cylindrical-coordinate representation of color #EEE5D0: hue angle of 42º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEE5D0 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 229 | 208 | - |
CMYK | 0 | 0.04 | 0.13 | 0.07 |
HSL | 42º | 0.47% | 0.87% | - |
HSV(B) | 42º | 0.13% | 0.93% | - |
XYZ | 74.66 | 78.77 | 70.94 | - |
YUV | 229.3 | 115.98 | 134.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 229 | 208 | 0 | 0.04 | 0.13 | 0.07 | 42 | 0.47 | 0.87 |
Hex | EE | E5 | D0 | 0 | 4 | D | 7 | 2A | 2F | 57 |
Octal | 356 | 345 | 320 | 0 | 4 | 15 | 7 | 52 | 57 | 127 |
Binary | 11101110 | 11100101 | 11010000 | 0 | 100 | 1101 | 111 | 101010 | 101111 | 1010111 |
Color Harmonies of #EEE5D0
Complementary color
Monochromatic Colors of #EEE5D0
Black with #EEE5D0
Text Example
Text Example
White with #EEE5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5D0; }
p { color: rgb(238,229,208); }
H1.HeaderClassName
{
color: #EEE5D0;
}
.AnyTagClassName
{
color: #EEE5D0;
}
</style>
background-color css
<style>
a { background-color: #EEE5D0; }
a { background-color: rgb(238,229,208); }
div.DivClassName
{
background-color: #EEE5D0;
}
.BgClassName
{
background-color: #EEE5D0;
}
</style>
border-color css
<style>
span { border-color: #EEE5D0; }
span { border-color: rgb(238,229,208); }
td.TdClassName
{
border-color: #EEE5D0;
}
.TagClassName
{
border-color: #EEE5D0;
}
</style>