Shades of Scotch Mist #EBE3C5
Tints of Scotch Mist #EBE3C5
RGB
CMYK
RGB Variations
Color information
#EBE3C5 (or 0xEBE3C5) is known color: Scotch Mist. HEX triplet: EB, E3 and C5. RGB value is (235,227,197). Sum of RGB (Red+Green+Blue) = 235+227+197=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 197 (77.34% from 255 or 29.89% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3C5 is #141C3A. Grayscale: #E2E2E2. Windows color (decimal): -1317947 or 12968939. OLE color: 12968939.
HSL color Cylindrical-coordinate representation of color #EBE3C5: hue angle of 47.37º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBE3C5 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 197 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.08 |
| HSL | 47.37º | 0.49% | 0.85% | - |
| HSV(B) | 47.37º | 0.16% | 0.92% | - |
| XYZ | 71.81 | 76.63 | 63.83 | - |
| YUV | 225.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 197 | 0 | 0.03 | 0.16 | 0.08 | 47.37 | 0.49 | 0.85 |
| Hex | EB | E3 | C5 | 0 | 3 | 10 | 8 | 2F | 31 | 55 |
| Octal | 353 | 343 | 305 | 0 | 3 | 20 | 10 | 57 | 61 | 125 |
| Binary | 11101011 | 11100011 | 11000101 | 0 | 11 | 10000 | 1000 | 101111 | 110001 | 1010101 |
Color Harmonies of #EBE3C5
Complementary color
Monochromatic Colors of #EBE3C5
Black with #EBE3C5
Text Example
Text Example
White with #EBE3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE3C5; }
p { color: rgb(235,227,197); }
H1.HeaderClassName
{
color: #EBE3C5;
}
.AnyTagClassName
{
color: #EBE3C5;
}
</style>
background-color css
<style>
a { background-color: #EBE3C5; }
a { background-color: rgb(235,227,197); }
div.DivClassName
{
background-color: #EBE3C5;
}
.BgClassName
{
background-color: #EBE3C5;
}
</style>
border-color css
<style>
span { border-color: #EBE3C5; }
span { border-color: rgb(235,227,197); }
td.TdClassName
{
border-color: #EBE3C5;
}
.TagClassName
{
border-color: #EBE3C5;
}
</style>