Shades of Scotch Mist #EFE5C5
Tints of Scotch Mist #EFE5C5
RGB
CMYK
RGB Variations
Color information
#EFE5C5 (or 0xEFE5C5) is known color: Scotch Mist. HEX triplet: EF, E5 and C5. RGB value is (239,229,197). Sum of RGB (Red+Green+Blue) = 239+229+197=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 197 (77.34% from 255 or 29.62% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5C5 is #101A3A. Grayscale: #E4E4E4. Windows color (decimal): -1055291 or 12969455. OLE color: 12969455.
HSL color Cylindrical-coordinate representation of color #EFE5C5: hue angle of 45.71º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFE5C5 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 197 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.06 |
| HSL | 45.71º | 0.57% | 0.85% | - |
| HSV(B) | 45.71º | 0.18% | 0.94% | - |
| XYZ | 73.69 | 78.42 | 64.08 | - |
| YUV | 228.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 197 | 0 | 0.04 | 0.18 | 0.06 | 45.71 | 0.57 | 0.85 |
| Hex | EF | E5 | C5 | 0 | 4 | 12 | 6 | 2E | 39 | 55 |
| Octal | 357 | 345 | 305 | 0 | 4 | 22 | 6 | 56 | 71 | 125 |
| Binary | 11101111 | 11100101 | 11000101 | 0 | 100 | 10010 | 110 | 101110 | 111001 | 1010101 |
Color Harmonies of #EFE5C5
Complementary color
Monochromatic Colors of #EFE5C5
Black with #EFE5C5
Text Example
Text Example
White with #EFE5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5C5; }
p { color: rgb(239,229,197); }
H1.HeaderClassName
{
color: #EFE5C5;
}
.AnyTagClassName
{
color: #EFE5C5;
}
</style>
background-color css
<style>
a { background-color: #EFE5C5; }
a { background-color: rgb(239,229,197); }
div.DivClassName
{
background-color: #EFE5C5;
}
.BgClassName
{
background-color: #EFE5C5;
}
</style>
border-color css
<style>
span { border-color: #EFE5C5; }
span { border-color: rgb(239,229,197); }
td.TdClassName
{
border-color: #EFE5C5;
}
.TagClassName
{
border-color: #EFE5C5;
}
</style>