Shades of Scotch Mist #EBE3C1
Tints of Scotch Mist #EBE3C1
RGB
CMYK
RGB Variations
Color information
#EBE3C1 (or 0xEBE3C1) is known color: Scotch Mist. HEX triplet: EB, E3 and C1. RGB value is (235,227,193). Sum of RGB (Red+Green+Blue) = 235+227+193=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3C1 is #141C3E. Grayscale: #E1E1E1. Windows color (decimal): -1317951 or 12706795. OLE color: 12706795.
HSL color Cylindrical-coordinate representation of color #EBE3C1: hue angle of 48.57º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBE3C1 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 193 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.08 |
| HSL | 48.57º | 0.51% | 0.84% | - |
| HSV(B) | 48.57º | 0.18% | 0.92% | - |
| XYZ | 71.36 | 76.45 | 61.45 | - |
| YUV | 225.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 193 | 0 | 0.03 | 0.18 | 0.08 | 48.57 | 0.51 | 0.84 |
| Hex | EB | E3 | C1 | 0 | 3 | 12 | 8 | 31 | 33 | 54 |
| Octal | 353 | 343 | 301 | 0 | 3 | 22 | 10 | 61 | 63 | 124 |
| Binary | 11101011 | 11100011 | 11000001 | 0 | 11 | 10010 | 1000 | 110001 | 110011 | 1010100 |
Color Harmonies of #EBE3C1
Complementary color
Monochromatic Colors of #EBE3C1
Black with #EBE3C1
Text Example
Text Example
White with #EBE3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE3C1; }
p { color: rgb(235,227,193); }
H1.HeaderClassName
{
color: #EBE3C1;
}
.AnyTagClassName
{
color: #EBE3C1;
}
</style>
background-color css
<style>
a { background-color: #EBE3C1; }
a { background-color: rgb(235,227,193); }
div.DivClassName
{
background-color: #EBE3C1;
}
.BgClassName
{
background-color: #EBE3C1;
}
</style>
border-color css
<style>
span { border-color: #EBE3C1; }
span { border-color: rgb(235,227,193); }
td.TdClassName
{
border-color: #EBE3C1;
}
.TagClassName
{
border-color: #EBE3C1;
}
</style>