Shades of Scotch Mist #EAE2C4
Tints of Scotch Mist #EAE2C4
RGB
CMYK
RGB Variations
Color information
#EAE2C4 (or 0xEAE2C4) is known color: Scotch Mist. HEX triplet: EA, E2 and C4. RGB value is (234,226,196). Sum of RGB (Red+Green+Blue) = 234+226+196=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2C4 is #151D3B. Grayscale: #E1E1E1. Windows color (decimal): -1383740 or 12903146. OLE color: 12903146.
HSL color Cylindrical-coordinate representation of color #EAE2C4: hue angle of 47.37º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAE2C4 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 196 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.08 |
| HSL | 47.37º | 0.48% | 0.84% | - |
| HSV(B) | 47.37º | 0.16% | 0.92% | - |
| XYZ | 71.09 | 75.87 | 63.12 | - |
| YUV | 224.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 196 | 0 | 0.03 | 0.16 | 0.08 | 47.37 | 0.48 | 0.84 |
| Hex | EA | E2 | C4 | 0 | 3 | 10 | 8 | 2F | 30 | 54 |
| Octal | 352 | 342 | 304 | 0 | 3 | 20 | 10 | 57 | 60 | 124 |
| Binary | 11101010 | 11100010 | 11000100 | 0 | 11 | 10000 | 1000 | 101111 | 110000 | 1010100 |
Color Harmonies of #EAE2C4
Complementary color
Monochromatic Colors of #EAE2C4
Black with #EAE2C4
Text Example
Text Example
White with #EAE2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE2C4; }
p { color: rgb(234,226,196); }
H1.HeaderClassName
{
color: #EAE2C4;
}
.AnyTagClassName
{
color: #EAE2C4;
}
</style>
background-color css
<style>
a { background-color: #EAE2C4; }
a { background-color: rgb(234,226,196); }
div.DivClassName
{
background-color: #EAE2C4;
}
.BgClassName
{
background-color: #EAE2C4;
}
</style>
border-color css
<style>
span { border-color: #EAE2C4; }
span { border-color: rgb(234,226,196); }
td.TdClassName
{
border-color: #EAE2C4;
}
.TagClassName
{
border-color: #EAE2C4;
}
</style>