Shades of Sandy Brown #EAA25E
Tints of Sandy Brown #EAA25E
RGB
CMYK
RGB Variations
Color information
#EAA25E (or 0xEAA25E) is known color: Sandy Brown. HEX triplet: EA, A2 and 5E. RGB value is (234,162,94). Sum of RGB (Red+Green+Blue) = 234+162+94=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA25E is #155DA1. Grayscale: #B0B0B0. Windows color (decimal): -1400226 or 6202090. OLE color: 6202090.
HSL color Cylindrical-coordinate representation of color #EAA25E: hue angle of 29.14º 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 #EAA25E is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 94 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.08 |
| HSL | 29.14º | 0.77% | 0.64% | - |
| HSV(B) | 29.14º | 0.6% | 0.92% | - |
| XYZ | 48.87 | 44.14 | 16.53 | - |
| YUV | 175.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 94 | 0 | 0.31 | 0.60 | 0.08 | 29.14 | 0.77 | 0.64 |
| Hex | EA | A2 | 5E | 0 | 1F | 3C | 8 | 1D | 4D | 40 |
| Octal | 352 | 242 | 136 | 0 | 37 | 74 | 10 | 35 | 115 | 100 |
| Binary | 11101010 | 10100010 | 1011110 | 0 | 11111 | 111100 | 1000 | 11101 | 1001101 | 1000000 |
Color Harmonies of #EAA25E
Complementary color
Monochromatic Colors of #EAA25E
Black with #EAA25E
Text Example
Text Example
White with #EAA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA25E; }
p { color: rgb(234,162,94); }
H1.HeaderClassName
{
color: #EAA25E;
}
.AnyTagClassName
{
color: #EAA25E;
}
</style>
background-color css
<style>
a { background-color: #EAA25E; }
a { background-color: rgb(234,162,94); }
div.DivClassName
{
background-color: #EAA25E;
}
.BgClassName
{
background-color: #EAA25E;
}
</style>
border-color css
<style>
span { border-color: #EAA25E; }
span { border-color: rgb(234,162,94); }
td.TdClassName
{
border-color: #EAA25E;
}
.TagClassName
{
border-color: #EAA25E;
}
</style>