Shades of Sandy Brown #EA9E5E
Tints of Sandy Brown #EA9E5E
RGB
CMYK
RGB Variations
Color information
#EA9E5E (or 0xEA9E5E) is known color: Sandy Brown. HEX triplet: EA, 9E and 5E. RGB value is (234,158,94). Sum of RGB (Red+Green+Blue) = 234+158+94=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E5E is #1561A1. Grayscale: #ADADAD. Windows color (decimal): -1401250 or 6201066. OLE color: 6201066.
HSL color Cylindrical-coordinate representation of color #EA9E5E: hue angle of 27.43º 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 #EA9E5E is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 94 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.08 |
| HSL | 27.43º | 0.77% | 0.64% | - |
| HSV(B) | 27.43º | 0.6% | 0.92% | - |
| XYZ | 48.18 | 42.75 | 16.3 | - |
| YUV | 173.43 | 83.18 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 94 | 0 | 0.32 | 0.60 | 0.08 | 27.43 | 0.77 | 0.64 |
| Hex | EA | 9E | 5E | 0 | 20 | 3C | 8 | 1B | 4D | 40 |
| Octal | 352 | 236 | 136 | 0 | 40 | 74 | 10 | 33 | 115 | 100 |
| Binary | 11101010 | 10011110 | 1011110 | 0 | 100000 | 111100 | 1000 | 11011 | 1001101 | 1000000 |
Color Harmonies of #EA9E5E
Complementary color
Monochromatic Colors of #EA9E5E
Black with #EA9E5E
Text Example
Text Example
White with #EA9E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E5E; }
p { color: rgb(234,158,94); }
H1.HeaderClassName
{
color: #EA9E5E;
}
.AnyTagClassName
{
color: #EA9E5E;
}
</style>
background-color css
<style>
a { background-color: #EA9E5E; }
a { background-color: rgb(234,158,94); }
div.DivClassName
{
background-color: #EA9E5E;
}
.BgClassName
{
background-color: #EA9E5E;
}
</style>
border-color css
<style>
span { border-color: #EA9E5E; }
span { border-color: rgb(234,158,94); }
td.TdClassName
{
border-color: #EA9E5E;
}
.TagClassName
{
border-color: #EA9E5E;
}
</style>