Shades of Cararra #EEE6D0
Tints of Cararra #EEE6D0
RGB
CMYK
RGB Variations
Color information
#EEE6D0 (or 0xEEE6D0) is known color: Cararra. HEX triplet: EE, E6 and D0. RGB value is (238,230,208). Sum of RGB (Red+Green+Blue) = 238+230+208=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 208 (81.64% from 255 or 30.77% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6D0 is #11192F. Grayscale: #E5E5E5. Windows color (decimal): -1120560 or 13690606. OLE color: 13690606.
HSL color Cylindrical-coordinate representation of color #EEE6D0: hue angle of 44º 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 #EEE6D0 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 208 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.07 |
| HSL | 44º | 0.47% | 0.87% | - |
| HSV(B) | 44º | 0.13% | 0.93% | - |
| XYZ | 74.94 | 79.32 | 71.04 | - |
| YUV | 229.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 208 | 0 | 0.03 | 0.13 | 0.07 | 44 | 0.47 | 0.87 |
| Hex | EE | E6 | D0 | 0 | 3 | D | 7 | 2C | 2F | 57 |
| Octal | 356 | 346 | 320 | 0 | 3 | 15 | 7 | 54 | 57 | 127 |
| Binary | 11101110 | 11100110 | 11010000 | 0 | 11 | 1101 | 111 | 101100 | 101111 | 1010111 |
Color Harmonies of #EEE6D0
Complementary color
Monochromatic Colors of #EEE6D0
Black with #EEE6D0
Text Example
Text Example
White with #EEE6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE6D0; }
p { color: rgb(238,230,208); }
H1.HeaderClassName
{
color: #EEE6D0;
}
.AnyTagClassName
{
color: #EEE6D0;
}
</style>
background-color css
<style>
a { background-color: #EEE6D0; }
a { background-color: rgb(238,230,208); }
div.DivClassName
{
background-color: #EEE6D0;
}
.BgClassName
{
background-color: #EEE6D0;
}
</style>
border-color css
<style>
span { border-color: #EEE6D0; }
span { border-color: rgb(238,230,208); }
td.TdClassName
{
border-color: #EEE6D0;
}
.TagClassName
{
border-color: #EEE6D0;
}
</style>