Shades of Sandy Brown #EA9F5E
Tints of Sandy Brown #EA9F5E
RGB
CMYK
RGB Variations
Color information
#EA9F5E (or 0xEA9F5E) is known color: Sandy Brown. HEX triplet: EA, 9F and 5E. RGB value is (234,159,94). Sum of RGB (Red+Green+Blue) = 234+159+94=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F5E is #1560A1. Grayscale: #AEAEAE. Windows color (decimal): -1400994 or 6201322. OLE color: 6201322.
HSL color Cylindrical-coordinate representation of color #EA9F5E: hue angle of 27.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA9F5E is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 94 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.08 |
| HSL | 27.86º | 0.77% | 0.64% | - |
| HSV(B) | 27.86º | 0.6% | 0.92% | - |
| XYZ | 48.35 | 43.1 | 16.36 | - |
| YUV | 174.02 | 82.85 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 94 | 0 | 0.32 | 0.60 | 0.08 | 27.86 | 0.77 | 0.64 |
| Hex | EA | 9F | 5E | 0 | 20 | 3C | 8 | 1C | 4D | 40 |
| Octal | 352 | 237 | 136 | 0 | 40 | 74 | 10 | 34 | 115 | 100 |
| Binary | 11101010 | 10011111 | 1011110 | 0 | 100000 | 111100 | 1000 | 11100 | 1001101 | 1000000 |
Color Harmonies of #EA9F5E
Complementary color
Monochromatic Colors of #EA9F5E
Black with #EA9F5E
Text Example
Text Example
White with #EA9F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F5E; }
p { color: rgb(234,159,94); }
H1.HeaderClassName
{
color: #EA9F5E;
}
.AnyTagClassName
{
color: #EA9F5E;
}
</style>
background-color css
<style>
a { background-color: #EA9F5E; }
a { background-color: rgb(234,159,94); }
div.DivClassName
{
background-color: #EA9F5E;
}
.BgClassName
{
background-color: #EA9F5E;
}
</style>
border-color css
<style>
span { border-color: #EA9F5E; }
span { border-color: rgb(234,159,94); }
td.TdClassName
{
border-color: #EA9F5E;
}
.TagClassName
{
border-color: #EA9F5E;
}
</style>