Shades of Scotch Mist #EFE8CA
Tints of Scotch Mist #EFE8CA
RGB
CMYK
RGB Variations
Color information
#EFE8CA (or 0xEFE8CA) is known color: Scotch Mist. HEX triplet: EF, E8 and CA. RGB value is (239,232,202). Sum of RGB (Red+Green+Blue) = 239+232+202=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8CA is #101735. Grayscale: #E6E6E6. Windows color (decimal): -1054518 or 13297903. OLE color: 13297903.
HSL color Cylindrical-coordinate representation of color #EFE8CA: hue angle of 48.65º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFE8CA is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 202 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.06 |
| HSL | 48.65º | 0.54% | 0.86% | - |
| HSV(B) | 48.65º | 0.15% | 0.94% | - |
| XYZ | 75.11 | 80.33 | 67.42 | - |
| YUV | 230.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 202 | 0 | 0.03 | 0.15 | 0.06 | 48.65 | 0.54 | 0.86 |
| Hex | EF | E8 | CA | 0 | 3 | F | 6 | 31 | 36 | 56 |
| Octal | 357 | 350 | 312 | 0 | 3 | 17 | 6 | 61 | 66 | 126 |
| Binary | 11101111 | 11101000 | 11001010 | 0 | 11 | 1111 | 110 | 110001 | 110110 | 1010110 |
Color Harmonies of #EFE8CA
Complementary color
Monochromatic Colors of #EFE8CA
Black with #EFE8CA
Text Example
Text Example
White with #EFE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8CA; }
p { color: rgb(239,232,202); }
H1.HeaderClassName
{
color: #EFE8CA;
}
.AnyTagClassName
{
color: #EFE8CA;
}
</style>
background-color css
<style>
a { background-color: #EFE8CA; }
a { background-color: rgb(239,232,202); }
div.DivClassName
{
background-color: #EFE8CA;
}
.BgClassName
{
background-color: #EFE8CA;
}
</style>
border-color css
<style>
span { border-color: #EFE8CA; }
span { border-color: rgb(239,232,202); }
td.TdClassName
{
border-color: #EFE8CA;
}
.TagClassName
{
border-color: #EFE8CA;
}
</style>