Shades of Shilo #EDADA2
Tints of Shilo #EDADA2
RGB
CMYK
RGB Variations
Color information
#EDADA2 (or 0xEDADA2) is known color: Shilo. HEX triplet: ED, AD and A2. RGB value is (237,173,162). Sum of RGB (Red+Green+Blue) = 237+173+162=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADA2 is #12525D. Grayscale: #BEBEBE. Windows color (decimal): -1200734 or 10661357. OLE color: 10661357.
HSL color Cylindrical-coordinate representation of color #EDADA2: hue angle of 8.8º 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 #EDADA2 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 173 | 162 | - |
CMYK | 0 | 0.27 | 0.32 | 0.07 |
HSL | 8.8º | 0.68% | 0.78% | - |
HSV(B) | 8.8º | 0.32% | 0.93% | - |
XYZ | 56.39 | 50.5 | 40.96 | - |
YUV | 190.88 | 111.7 | 160.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 173 | 162 | 0 | 0.27 | 0.32 | 0.07 | 8.8 | 0.68 | 0.78 |
Hex | ED | AD | A2 | 0 | 1B | 20 | 7 | 9 | 44 | 4E |
Octal | 355 | 255 | 242 | 0 | 33 | 40 | 7 | 11 | 104 | 116 |
Binary | 11101101 | 10101101 | 10100010 | 0 | 11011 | 100000 | 111 | 1001 | 1000100 | 1001110 |
Color Harmonies of #EDADA2
Complementary color
Monochromatic Colors of #EDADA2
Black with #EDADA2
Text Example
Text Example
White with #EDADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADA2; }
p { color: rgb(237,173,162); }
H1.HeaderClassName
{
color: #EDADA2;
}
.AnyTagClassName
{
color: #EDADA2;
}
</style>
background-color css
<style>
a { background-color: #EDADA2; }
a { background-color: rgb(237,173,162); }
div.DivClassName
{
background-color: #EDADA2;
}
.BgClassName
{
background-color: #EDADA2;
}
</style>
border-color css
<style>
span { border-color: #EDADA2; }
span { border-color: rgb(237,173,162); }
td.TdClassName
{
border-color: #EDADA2;
}
.TagClassName
{
border-color: #EDADA2;
}
</style>