Shades of Scotch Mist #EFE5C7
Tints of Scotch Mist #EFE5C7
RGB
CMYK
RGB Variations
Color information
#EFE5C7 (or 0xEFE5C7) is known color: Scotch Mist. HEX triplet: EF, E5 and C7. RGB value is (239,229,199). Sum of RGB (Red+Green+Blue) = 239+229+199=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 199 (78.12% from 255 or 29.84% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5C7 is #101A38. Grayscale: #E4E4E4. Windows color (decimal): -1055289 or 13100527. OLE color: 13100527.
HSL color Cylindrical-coordinate representation of color #EFE5C7: hue angle of 45º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFE5C7 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 199 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.06 |
| HSL | 45º | 0.56% | 0.86% | - |
| HSV(B) | 45º | 0.17% | 0.94% | - |
| XYZ | 73.92 | 78.51 | 65.29 | - |
| YUV | 228.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 199 | 0 | 0.04 | 0.17 | 0.06 | 45 | 0.56 | 0.86 |
| Hex | EF | E5 | C7 | 0 | 4 | 11 | 6 | 2D | 38 | 56 |
| Octal | 357 | 345 | 307 | 0 | 4 | 21 | 6 | 55 | 70 | 126 |
| Binary | 11101111 | 11100101 | 11000111 | 0 | 100 | 10001 | 110 | 101101 | 111000 | 1010110 |
Color Harmonies of #EFE5C7
Complementary color
Monochromatic Colors of #EFE5C7
Black with #EFE5C7
Text Example
Text Example
White with #EFE5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5C7; }
p { color: rgb(239,229,199); }
H1.HeaderClassName
{
color: #EFE5C7;
}
.AnyTagClassName
{
color: #EFE5C7;
}
</style>
background-color css
<style>
a { background-color: #EFE5C7; }
a { background-color: rgb(239,229,199); }
div.DivClassName
{
background-color: #EFE5C7;
}
.BgClassName
{
background-color: #EFE5C7;
}
</style>
border-color css
<style>
span { border-color: #EFE5C7; }
span { border-color: rgb(239,229,199); }
td.TdClassName
{
border-color: #EFE5C7;
}
.TagClassName
{
border-color: #EFE5C7;
}
</style>