Shades of Shilo #EDAEA2
Tints of Shilo #EDAEA2
RGB
CMYK
RGB Variations
Color information
#EDAEA2 (or 0xEDAEA2) is known color: Shilo. HEX triplet: ED, AE and A2. RGB value is (237,174,162). Sum of RGB (Red+Green+Blue) = 237+174+162=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA2 is #12515D. Grayscale: #BFBFBF. Windows color (decimal): -1200478 or 10661613. OLE color: 10661613.
HSL color Cylindrical-coordinate representation of color #EDAEA2: hue angle of 9.6º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDAEA2 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 174 | 162 | - |
CMYK | 0 | 0.27 | 0.32 | 0.07 |
HSL | 9.6º | 0.68% | 0.78% | - |
HSV(B) | 9.6º | 0.32% | 0.93% | - |
XYZ | 56.58 | 50.89 | 41.02 | - |
YUV | 191.47 | 111.37 | 160.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 174 | 162 | 0 | 0.27 | 0.32 | 0.07 | 9.6 | 0.68 | 0.78 |
Hex | ED | AE | A2 | 0 | 1B | 20 | 7 | A | 44 | 4E |
Octal | 355 | 256 | 242 | 0 | 33 | 40 | 7 | 12 | 104 | 116 |
Binary | 11101101 | 10101110 | 10100010 | 0 | 11011 | 100000 | 111 | 1010 | 1000100 | 1001110 |
Color Harmonies of #EDAEA2
Complementary color
Monochromatic Colors of #EDAEA2
Black with #EDAEA2
Text Example
Text Example
White with #EDAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAEA2; }
p { color: rgb(237,174,162); }
H1.HeaderClassName
{
color: #EDAEA2;
}
.AnyTagClassName
{
color: #EDAEA2;
}
</style>
background-color css
<style>
a { background-color: #EDAEA2; }
a { background-color: rgb(237,174,162); }
div.DivClassName
{
background-color: #EDAEA2;
}
.BgClassName
{
background-color: #EDAEA2;
}
</style>
border-color css
<style>
span { border-color: #EDAEA2; }
span { border-color: rgb(237,174,162); }
td.TdClassName
{
border-color: #EDAEA2;
}
.TagClassName
{
border-color: #EDAEA2;
}
</style>