Shades of Scotch Mist #EDE5C4
Tints of Scotch Mist #EDE5C4
RGB
CMYK
RGB Variations
Color information
#EDE5C4 (or 0xEDE5C4) is known color: Scotch Mist. HEX triplet: ED, E5 and C4. RGB value is (237,229,196). Sum of RGB (Red+Green+Blue) = 237+229+196=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 196 (76.95% from 255 or 29.61% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5C4 is #121A3B. Grayscale: #E3E3E3. Windows color (decimal): -1186364 or 12903917. OLE color: 12903917.
HSL color Cylindrical-coordinate representation of color #EDE5C4: hue angle of 48.29º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDE5C4 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 196 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.07 |
| HSL | 48.29º | 0.53% | 0.85% | - |
| HSV(B) | 48.29º | 0.17% | 0.93% | - |
| XYZ | 72.91 | 78.03 | 63.44 | - |
| YUV | 227.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 196 | 0 | 0.03 | 0.17 | 0.07 | 48.29 | 0.53 | 0.85 |
| Hex | ED | E5 | C4 | 0 | 3 | 11 | 7 | 30 | 35 | 55 |
| Octal | 355 | 345 | 304 | 0 | 3 | 21 | 7 | 60 | 65 | 125 |
| Binary | 11101101 | 11100101 | 11000100 | 0 | 11 | 10001 | 111 | 110000 | 110101 | 1010101 |
Color Harmonies of #EDE5C4
Complementary color
Monochromatic Colors of #EDE5C4
Black with #EDE5C4
Text Example
Text Example
White with #EDE5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5C4; }
p { color: rgb(237,229,196); }
H1.HeaderClassName
{
color: #EDE5C4;
}
.AnyTagClassName
{
color: #EDE5C4;
}
</style>
background-color css
<style>
a { background-color: #EDE5C4; }
a { background-color: rgb(237,229,196); }
div.DivClassName
{
background-color: #EDE5C4;
}
.BgClassName
{
background-color: #EDE5C4;
}
</style>
border-color css
<style>
span { border-color: #EDE5C4; }
span { border-color: rgb(237,229,196); }
td.TdClassName
{
border-color: #EDE5C4;
}
.TagClassName
{
border-color: #EDE5C4;
}
</style>