Shades of Scotch Mist #EFE9CE
Tints of Scotch Mist #EFE9CE
RGB
CMYK
RGB Variations
Color information
#EFE9CE (or 0xEFE9CE) is known color: Scotch Mist. HEX triplet: EF, E9 and CE. RGB value is (239,233,206). Sum of RGB (Red+Green+Blue) = 239+233+206=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9CE is #101631. Grayscale: #E7E7E7. Windows color (decimal): -1054258 or 13560303. OLE color: 13560303.
HSL color Cylindrical-coordinate representation of color #EFE9CE: hue angle of 49.09º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFE9CE is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 206 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.06 |
| HSL | 49.09º | 0.51% | 0.87% | - |
| HSV(B) | 49.09º | 0.14% | 0.94% | - |
| XYZ | 75.88 | 81.08 | 70.04 | - |
| YUV | 231.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 206 | 0 | 0.03 | 0.14 | 0.06 | 49.09 | 0.51 | 0.87 |
| Hex | EF | E9 | CE | 0 | 3 | E | 6 | 31 | 33 | 57 |
| Octal | 357 | 351 | 316 | 0 | 3 | 16 | 6 | 61 | 63 | 127 |
| Binary | 11101111 | 11101001 | 11001110 | 0 | 11 | 1110 | 110 | 110001 | 110011 | 1010111 |
Color Harmonies of #EFE9CE
Complementary color
Monochromatic Colors of #EFE9CE
Black with #EFE9CE
Text Example
Text Example
White with #EFE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9CE; }
p { color: rgb(239,233,206); }
H1.HeaderClassName
{
color: #EFE9CE;
}
.AnyTagClassName
{
color: #EFE9CE;
}
</style>
background-color css
<style>
a { background-color: #EFE9CE; }
a { background-color: rgb(239,233,206); }
div.DivClassName
{
background-color: #EFE9CE;
}
.BgClassName
{
background-color: #EFE9CE;
}
</style>
border-color css
<style>
span { border-color: #EFE9CE; }
span { border-color: rgb(239,233,206); }
td.TdClassName
{
border-color: #EFE9CE;
}
.TagClassName
{
border-color: #EFE9CE;
}
</style>