Shades of Sandy Brown #EA9864
Tints of Sandy Brown #EA9864
RGB
CMYK
RGB Variations
Color information
#EA9864 (or 0xEA9864) is known color: Sandy Brown. HEX triplet: EA, 98 and 64. RGB value is (234,152,100). Sum of RGB (Red+Green+Blue) = 234+152+100=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9864 is #15679B. Grayscale: #AAAAAA. Windows color (decimal): -1402780 or 6592746. OLE color: 6592746.
HSL color Cylindrical-coordinate representation of color #EA9864: hue angle of 23.28º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA9864 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 100 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.08 |
| HSL | 23.28º | 0.76% | 0.65% | - |
| HSV(B) | 23.28º | 0.57% | 0.92% | - |
| XYZ | 47.46 | 40.87 | 17.44 | - |
| YUV | 170.59 | 88.17 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 100 | 0 | 0.35 | 0.57 | 0.08 | 23.28 | 0.76 | 0.65 |
| Hex | EA | 98 | 64 | 0 | 23 | 39 | 8 | 17 | 4C | 41 |
| Octal | 352 | 230 | 144 | 0 | 43 | 71 | 10 | 27 | 114 | 101 |
| Binary | 11101010 | 10011000 | 1100100 | 0 | 100011 | 111001 | 1000 | 10111 | 1001100 | 1000001 |
Color Harmonies of #EA9864
Complementary color
Monochromatic Colors of #EA9864
Black with #EA9864
Text Example
Text Example
White with #EA9864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9864; }
p { color: rgb(234,152,100); }
H1.HeaderClassName
{
color: #EA9864;
}
.AnyTagClassName
{
color: #EA9864;
}
</style>
background-color css
<style>
a { background-color: #EA9864; }
a { background-color: rgb(234,152,100); }
div.DivClassName
{
background-color: #EA9864;
}
.BgClassName
{
background-color: #EA9864;
}
</style>
border-color css
<style>
span { border-color: #EA9864; }
span { border-color: rgb(234,152,100); }
td.TdClassName
{
border-color: #EA9864;
}
.TagClassName
{
border-color: #EA9864;
}
</style>