Shades of Shilo #EAADA2
Tints of Shilo #EAADA2
RGB
CMYK
RGB Variations
Color information
#EAADA2 (or 0xEAADA2) is known color: Shilo. HEX triplet: EA, AD and A2. RGB value is (234,173,162). Sum of RGB (Red+Green+Blue) = 234+173+162=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAADA2 is #15525D. Grayscale: #BEBEBE. Windows color (decimal): -1397342 or 10661354. OLE color: 10661354.
HSL color Cylindrical-coordinate representation of color #EAADA2: hue angle of 9.17º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAADA2 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 162 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.08 |
| HSL | 9.17º | 0.63% | 0.78% | - |
| HSV(B) | 9.17º | 0.31% | 0.92% | - |
| XYZ | 55.4 | 49.99 | 40.91 | - |
| YUV | 189.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 162 | 0 | 0.26 | 0.31 | 0.08 | 9.17 | 0.63 | 0.78 |
| Hex | EA | AD | A2 | 0 | 1A | 1F | 8 | 9 | 3F | 4E |
| Octal | 352 | 255 | 242 | 0 | 32 | 37 | 10 | 11 | 77 | 116 |
| Binary | 11101010 | 10101101 | 10100010 | 0 | 11010 | 11111 | 1000 | 1001 | 111111 | 1001110 |
Color Harmonies of #EAADA2
Complementary color
Monochromatic Colors of #EAADA2
Black with #EAADA2
Text Example
Text Example
White with #EAADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADA2; }
p { color: rgb(234,173,162); }
H1.HeaderClassName
{
color: #EAADA2;
}
.AnyTagClassName
{
color: #EAADA2;
}
</style>
background-color css
<style>
a { background-color: #EAADA2; }
a { background-color: rgb(234,173,162); }
div.DivClassName
{
background-color: #EAADA2;
}
.BgClassName
{
background-color: #EAADA2;
}
</style>
border-color css
<style>
span { border-color: #EAADA2; }
span { border-color: rgb(234,173,162); }
td.TdClassName
{
border-color: #EAADA2;
}
.TagClassName
{
border-color: #EAADA2;
}
</style>