Shades of Sandy Brown #EA9E66
Tints of Sandy Brown #EA9E66
RGB
CMYK
RGB Variations
Color information
#EA9E66 (or 0xEA9E66) is known color: Sandy Brown. HEX triplet: EA, 9E and 66. RGB value is (234,158,102). Sum of RGB (Red+Green+Blue) = 234+158+102=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E66 is #156199. Grayscale: #AEAEAE. Windows color (decimal): -1401242 or 6725354. OLE color: 6725354.
HSL color Cylindrical-coordinate representation of color #EA9E66: hue angle of 25.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA9E66 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 102 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.08 |
| HSL | 25.45º | 0.76% | 0.66% | - |
| HSV(B) | 25.45º | 0.56% | 0.92% | - |
| XYZ | 48.56 | 42.91 | 18.29 | - |
| YUV | 174.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 102 | 0 | 0.32 | 0.56 | 0.08 | 25.45 | 0.76 | 0.66 |
| Hex | EA | 9E | 66 | 0 | 20 | 38 | 8 | 19 | 4C | 42 |
| Octal | 352 | 236 | 146 | 0 | 40 | 70 | 10 | 31 | 114 | 102 |
| Binary | 11101010 | 10011110 | 1100110 | 0 | 100000 | 111000 | 1000 | 11001 | 1001100 | 1000010 |
Color Harmonies of #EA9E66
Complementary color
Monochromatic Colors of #EA9E66
Black with #EA9E66
Text Example
Text Example
White with #EA9E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E66; }
p { color: rgb(234,158,102); }
H1.HeaderClassName
{
color: #EA9E66;
}
.AnyTagClassName
{
color: #EA9E66;
}
</style>
background-color css
<style>
a { background-color: #EA9E66; }
a { background-color: rgb(234,158,102); }
div.DivClassName
{
background-color: #EA9E66;
}
.BgClassName
{
background-color: #EA9E66;
}
</style>
border-color css
<style>
span { border-color: #EA9E66; }
span { border-color: rgb(234,158,102); }
td.TdClassName
{
border-color: #EA9E66;
}
.TagClassName
{
border-color: #EA9E66;
}
</style>