Shades of Scotch Mist #EFE8CB
Tints of Scotch Mist #EFE8CB
RGB
CMYK
RGB Variations
Color information
#EFE8CB (or 0xEFE8CB) is known color: Scotch Mist. HEX triplet: EF, E8 and CB. RGB value is (239,232,203). Sum of RGB (Red+Green+Blue) = 239+232+203=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8CB is #101734. Grayscale: #E6E6E6. Windows color (decimal): -1054517 or 13363439. OLE color: 13363439.
HSL color Cylindrical-coordinate representation of color #EFE8CB: hue angle of 48.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFE8CB is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 203 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.06 |
| HSL | 48.33º | 0.53% | 0.87% | - |
| HSV(B) | 48.33º | 0.15% | 0.94% | - |
| XYZ | 75.23 | 80.38 | 68.05 | - |
| YUV | 230.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 203 | 0 | 0.03 | 0.15 | 0.06 | 48.33 | 0.53 | 0.87 |
| Hex | EF | E8 | CB | 0 | 3 | F | 6 | 30 | 35 | 57 |
| Octal | 357 | 350 | 313 | 0 | 3 | 17 | 6 | 60 | 65 | 127 |
| Binary | 11101111 | 11101000 | 11001011 | 0 | 11 | 1111 | 110 | 110000 | 110101 | 1010111 |
Color Harmonies of #EFE8CB
Complementary color
Monochromatic Colors of #EFE8CB
Black with #EFE8CB
Text Example
Text Example
White with #EFE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8CB; }
p { color: rgb(239,232,203); }
H1.HeaderClassName
{
color: #EFE8CB;
}
.AnyTagClassName
{
color: #EFE8CB;
}
</style>
background-color css
<style>
a { background-color: #EFE8CB; }
a { background-color: rgb(239,232,203); }
div.DivClassName
{
background-color: #EFE8CB;
}
.BgClassName
{
background-color: #EFE8CB;
}
</style>
border-color css
<style>
span { border-color: #EFE8CB; }
span { border-color: rgb(239,232,203); }
td.TdClassName
{
border-color: #EFE8CB;
}
.TagClassName
{
border-color: #EFE8CB;
}
</style>