Shades of Shilo #EDAEA4
Tints of Shilo #EDAEA4
RGB
CMYK
RGB Variations
Color information
#EDAEA4 (or 0xEDAEA4) is known color: Shilo. HEX triplet: ED, AE and A4. RGB value is (237,174,164). Sum of RGB (Red+Green+Blue) = 237+174+164=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA4 is #12515B. Grayscale: #BFBFBF. Windows color (decimal): -1200476 or 10792685. OLE color: 10792685.
HSL color Cylindrical-coordinate representation of color #EDAEA4: hue angle of 8.22º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDAEA4 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 164 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.07 |
| HSL | 8.22º | 0.67% | 0.79% | - |
| HSV(B) | 8.22º | 0.31% | 0.93% | - |
| XYZ | 56.76 | 50.96 | 41.97 | - |
| YUV | 191.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 164 | 0 | 0.27 | 0.31 | 0.07 | 8.22 | 0.67 | 0.79 |
| Hex | ED | AE | A4 | 0 | 1B | 1F | 7 | 8 | 43 | 4F |
| Octal | 355 | 256 | 244 | 0 | 33 | 37 | 7 | 10 | 103 | 117 |
| Binary | 11101101 | 10101110 | 10100100 | 0 | 11011 | 11111 | 111 | 1000 | 1000011 | 1001111 |
Color Harmonies of #EDAEA4
Complementary color
Monochromatic Colors of #EDAEA4
Black with #EDAEA4
Text Example
Text Example
White with #EDAEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAEA4; }
p { color: rgb(237,174,164); }
H1.HeaderClassName
{
color: #EDAEA4;
}
.AnyTagClassName
{
color: #EDAEA4;
}
</style>
background-color css
<style>
a { background-color: #EDAEA4; }
a { background-color: rgb(237,174,164); }
div.DivClassName
{
background-color: #EDAEA4;
}
.BgClassName
{
background-color: #EDAEA4;
}
</style>
border-color css
<style>
span { border-color: #EDAEA4; }
span { border-color: rgb(237,174,164); }
td.TdClassName
{
border-color: #EDAEA4;
}
.TagClassName
{
border-color: #EDAEA4;
}
</style>