Shades of Scotch Mist #EFE7CC
Tints of Scotch Mist #EFE7CC
RGB
CMYK
RGB Variations
Color information
#EFE7CC (or 0xEFE7CC) is known color: Scotch Mist. HEX triplet: EF, E7 and CC. RGB value is (239,231,204). Sum of RGB (Red+Green+Blue) = 239+231+204=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7CC is #101833. Grayscale: #E6E6E6. Windows color (decimal): -1054772 or 13428719. OLE color: 13428719.
HSL color Cylindrical-coordinate representation of color #EFE7CC: hue angle of 46.29º degrees, saturation: 0.52, 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 #EFE7CC is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 204 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.06 |
| HSL | 46.29º | 0.52% | 0.87% | - |
| HSV(B) | 46.29º | 0.15% | 0.94% | - |
| XYZ | 75.07 | 79.86 | 68.58 | - |
| YUV | 230.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 204 | 0 | 0.03 | 0.15 | 0.06 | 46.29 | 0.52 | 0.87 |
| Hex | EF | E7 | CC | 0 | 3 | F | 6 | 2E | 34 | 57 |
| Octal | 357 | 347 | 314 | 0 | 3 | 17 | 6 | 56 | 64 | 127 |
| Binary | 11101111 | 11100111 | 11001100 | 0 | 11 | 1111 | 110 | 101110 | 110100 | 1010111 |
Color Harmonies of #EFE7CC
Complementary color
Monochromatic Colors of #EFE7CC
Black with #EFE7CC
Text Example
Text Example
White with #EFE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7CC; }
p { color: rgb(239,231,204); }
H1.HeaderClassName
{
color: #EFE7CC;
}
.AnyTagClassName
{
color: #EFE7CC;
}
</style>
background-color css
<style>
a { background-color: #EFE7CC; }
a { background-color: rgb(239,231,204); }
div.DivClassName
{
background-color: #EFE7CC;
}
.BgClassName
{
background-color: #EFE7CC;
}
</style>
border-color css
<style>
span { border-color: #EFE7CC; }
span { border-color: rgb(239,231,204); }
td.TdClassName
{
border-color: #EFE7CC;
}
.TagClassName
{
border-color: #EFE7CC;
}
</style>