Shades of Scotch Mist #EFE9CB
Tints of Scotch Mist #EFE9CB
RGB
CMYK
RGB Variations
Color information
#EFE9CB (or 0xEFE9CB) is known color: Scotch Mist. HEX triplet: EF, E9 and CB. RGB value is (239,233,203). Sum of RGB (Red+Green+Blue) = 239+233+203=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9CB is #101634. Grayscale: #E7E7E7. Windows color (decimal): -1054261 or 13363695. OLE color: 13363695.
HSL color Cylindrical-coordinate representation of color #EFE9CB: hue angle of 50º 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 #EFE9CB is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 203 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.06 |
| HSL | 50º | 0.53% | 0.87% | - |
| HSV(B) | 50º | 0.15% | 0.94% | - |
| XYZ | 75.52 | 80.94 | 68.14 | - |
| YUV | 231.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 203 | 0 | 0.03 | 0.15 | 0.06 | 50 | 0.53 | 0.87 |
| Hex | EF | E9 | CB | 0 | 3 | F | 6 | 32 | 35 | 57 |
| Octal | 357 | 351 | 313 | 0 | 3 | 17 | 6 | 62 | 65 | 127 |
| Binary | 11101111 | 11101001 | 11001011 | 0 | 11 | 1111 | 110 | 110010 | 110101 | 1010111 |
Color Harmonies of #EFE9CB
Complementary color
Monochromatic Colors of #EFE9CB
Black with #EFE9CB
Text Example
Text Example
White with #EFE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9CB; }
p { color: rgb(239,233,203); }
H1.HeaderClassName
{
color: #EFE9CB;
}
.AnyTagClassName
{
color: #EFE9CB;
}
</style>
background-color css
<style>
a { background-color: #EFE9CB; }
a { background-color: rgb(239,233,203); }
div.DivClassName
{
background-color: #EFE9CB;
}
.BgClassName
{
background-color: #EFE9CB;
}
</style>
border-color css
<style>
span { border-color: #EFE9CB; }
span { border-color: rgb(239,233,203); }
td.TdClassName
{
border-color: #EFE9CB;
}
.TagClassName
{
border-color: #EFE9CB;
}
</style>