Shades of Scotch Mist #EEE7CA
Tints of Scotch Mist #EEE7CA
RGB
CMYK
RGB Variations
Color information
#EEE7CA (or 0xEEE7CA) is known color: Scotch Mist. HEX triplet: EE, E7 and CA. RGB value is (238,231,202). Sum of RGB (Red+Green+Blue) = 238+231+202=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE7CA is #111835. Grayscale: #E5E5E5. Windows color (decimal): -1120310 or 13297646. OLE color: 13297646.
HSL color Cylindrical-coordinate representation of color #EEE7CA: hue angle of 48.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEE7CA is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 202 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.07 |
| HSL | 48.33º | 0.51% | 0.86% | - |
| HSV(B) | 48.33º | 0.15% | 0.93% | - |
| XYZ | 74.5 | 79.59 | 67.31 | - |
| YUV | 229.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 202 | 0 | 0.03 | 0.15 | 0.07 | 48.33 | 0.51 | 0.86 |
| Hex | EE | E7 | CA | 0 | 3 | F | 7 | 30 | 33 | 56 |
| Octal | 356 | 347 | 312 | 0 | 3 | 17 | 7 | 60 | 63 | 126 |
| Binary | 11101110 | 11100111 | 11001010 | 0 | 11 | 1111 | 111 | 110000 | 110011 | 1010110 |
Color Harmonies of #EEE7CA
Complementary color
Monochromatic Colors of #EEE7CA
Black with #EEE7CA
Text Example
Text Example
White with #EEE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE7CA; }
p { color: rgb(238,231,202); }
H1.HeaderClassName
{
color: #EEE7CA;
}
.AnyTagClassName
{
color: #EEE7CA;
}
</style>
background-color css
<style>
a { background-color: #EEE7CA; }
a { background-color: rgb(238,231,202); }
div.DivClassName
{
background-color: #EEE7CA;
}
.BgClassName
{
background-color: #EEE7CA;
}
</style>
border-color css
<style>
span { border-color: #EEE7CA; }
span { border-color: rgb(238,231,202); }
td.TdClassName
{
border-color: #EEE7CA;
}
.TagClassName
{
border-color: #EEE7CA;
}
</style>