Shades of Sandy Brown #EA9F64
Tints of Sandy Brown #EA9F64
RGB
CMYK
RGB Variations
Color information
#EA9F64 (or 0xEA9F64) is known color: Sandy Brown. HEX triplet: EA, 9F and 64. RGB value is (234,159,100). Sum of RGB (Red+Green+Blue) = 234+159+100=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F64 is #15609B. Grayscale: #AFAFAF. Windows color (decimal): -1400988 or 6594538. OLE color: 6594538.
HSL color Cylindrical-coordinate representation of color #EA9F64: hue angle of 26.42º 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 #EA9F64 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 100 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.08 |
| HSL | 26.42º | 0.76% | 0.65% | - |
| HSV(B) | 26.42º | 0.57% | 0.92% | - |
| XYZ | 48.63 | 43.21 | 17.83 | - |
| YUV | 174.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 100 | 0 | 0.32 | 0.57 | 0.08 | 26.42 | 0.76 | 0.65 |
| Hex | EA | 9F | 64 | 0 | 20 | 39 | 8 | 1A | 4C | 41 |
| Octal | 352 | 237 | 144 | 0 | 40 | 71 | 10 | 32 | 114 | 101 |
| Binary | 11101010 | 10011111 | 1100100 | 0 | 100000 | 111001 | 1000 | 11010 | 1001100 | 1000001 |
Color Harmonies of #EA9F64
Complementary color
Monochromatic Colors of #EA9F64
Black with #EA9F64
Text Example
Text Example
White with #EA9F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F64; }
p { color: rgb(234,159,100); }
H1.HeaderClassName
{
color: #EA9F64;
}
.AnyTagClassName
{
color: #EA9F64;
}
</style>
background-color css
<style>
a { background-color: #EA9F64; }
a { background-color: rgb(234,159,100); }
div.DivClassName
{
background-color: #EA9F64;
}
.BgClassName
{
background-color: #EA9F64;
}
</style>
border-color css
<style>
span { border-color: #EA9F64; }
span { border-color: rgb(234,159,100); }
td.TdClassName
{
border-color: #EA9F64;
}
.TagClassName
{
border-color: #EA9F64;
}
</style>