Shades of Scotch Mist #EAE2C2
Tints of Scotch Mist #EAE2C2
RGB
CMYK
RGB Variations
Color information
#EAE2C2 (or 0xEAE2C2) is known color: Scotch Mist. HEX triplet: EA, E2 and C2. RGB value is (234,226,194). Sum of RGB (Red+Green+Blue) = 234+226+194=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2C2 is #151D3D. Grayscale: #E0E0E0. Windows color (decimal): -1383742 or 12772074. OLE color: 12772074.
HSL color Cylindrical-coordinate representation of color #EAE2C2: hue angle of 48º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAE2C2 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 194 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.08 |
| HSL | 48º | 0.49% | 0.84% | - |
| HSV(B) | 48º | 0.17% | 0.92% | - |
| XYZ | 70.87 | 75.78 | 61.93 | - |
| YUV | 224.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 194 | 0 | 0.03 | 0.17 | 0.08 | 48 | 0.49 | 0.84 |
| Hex | EA | E2 | C2 | 0 | 3 | 11 | 8 | 30 | 31 | 54 |
| Octal | 352 | 342 | 302 | 0 | 3 | 21 | 10 | 60 | 61 | 124 |
| Binary | 11101010 | 11100010 | 11000010 | 0 | 11 | 10001 | 1000 | 110000 | 110001 | 1010100 |
Color Harmonies of #EAE2C2
Complementary color
Monochromatic Colors of #EAE2C2
Black with #EAE2C2
Text Example
Text Example
White with #EAE2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE2C2; }
p { color: rgb(234,226,194); }
H1.HeaderClassName
{
color: #EAE2C2;
}
.AnyTagClassName
{
color: #EAE2C2;
}
</style>
background-color css
<style>
a { background-color: #EAE2C2; }
a { background-color: rgb(234,226,194); }
div.DivClassName
{
background-color: #EAE2C2;
}
.BgClassName
{
background-color: #EAE2C2;
}
</style>
border-color css
<style>
span { border-color: #EAE2C2; }
span { border-color: rgb(234,226,194); }
td.TdClassName
{
border-color: #EAE2C2;
}
.TagClassName
{
border-color: #EAE2C2;
}
</style>