Shades of Scotch Mist #EEE7C9
Tints of Scotch Mist #EEE7C9
RGB
CMYK
RGB Variations
Color information
#EEE7C9 (or 0xEEE7C9) is known color: Scotch Mist. HEX triplet: EE, E7 and C9. RGB value is (238,231,201). Sum of RGB (Red+Green+Blue) = 238+231+201=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE7C9 is #111836. Grayscale: #E5E5E5. Windows color (decimal): -1120311 or 13232110. OLE color: 13232110.
HSL color Cylindrical-coordinate representation of color #EEE7C9: hue angle of 48.65º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEE7C9 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 201 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.07 |
| HSL | 48.65º | 0.52% | 0.86% | - |
| HSV(B) | 48.65º | 0.16% | 0.93% | - |
| XYZ | 74.38 | 79.55 | 66.69 | - |
| YUV | 229.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 201 | 0 | 0.03 | 0.16 | 0.07 | 48.65 | 0.52 | 0.86 |
| Hex | EE | E7 | C9 | 0 | 3 | 10 | 7 | 31 | 34 | 56 |
| Octal | 356 | 347 | 311 | 0 | 3 | 20 | 7 | 61 | 64 | 126 |
| Binary | 11101110 | 11100111 | 11001001 | 0 | 11 | 10000 | 111 | 110001 | 110100 | 1010110 |
Color Harmonies of #EEE7C9
Complementary color
Monochromatic Colors of #EEE7C9
Black with #EEE7C9
Text Example
Text Example
White with #EEE7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE7C9; }
p { color: rgb(238,231,201); }
H1.HeaderClassName
{
color: #EEE7C9;
}
.AnyTagClassName
{
color: #EEE7C9;
}
</style>
background-color css
<style>
a { background-color: #EEE7C9; }
a { background-color: rgb(238,231,201); }
div.DivClassName
{
background-color: #EEE7C9;
}
.BgClassName
{
background-color: #EEE7C9;
}
</style>
border-color css
<style>
span { border-color: #EEE7C9; }
span { border-color: rgb(238,231,201); }
td.TdClassName
{
border-color: #EEE7C9;
}
.TagClassName
{
border-color: #EEE7C9;
}
</style>