Shades of Sandy Brown #EAA65A
Tints of Sandy Brown #EAA65A
RGB
CMYK
RGB Variations
Color information
#EAA65A (or 0xEAA65A) is known color: Sandy Brown. HEX triplet: EA, A6 and 5A. RGB value is (234,166,90). Sum of RGB (Red+Green+Blue) = 234+166+90=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA65A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA65A is #1559A5. Grayscale: #B2B2B2. Windows color (decimal): -1399206 or 5940970. OLE color: 5940970.
HSL color Cylindrical-coordinate representation of color #EAA65A: hue angle of 31.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAA65A is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 90 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.08 |
| HSL | 31.67º | 0.77% | 0.64% | - |
| HSV(B) | 31.67º | 0.62% | 0.92% | - |
| XYZ | 49.41 | 45.5 | 15.85 | - |
| YUV | 177.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 90 | 0 | 0.29 | 0.62 | 0.08 | 31.67 | 0.77 | 0.64 |
| Hex | EA | A6 | 5A | 0 | 1D | 3E | 8 | 20 | 4D | 40 |
| Octal | 352 | 246 | 132 | 0 | 35 | 76 | 10 | 40 | 115 | 100 |
| Binary | 11101010 | 10100110 | 1011010 | 0 | 11101 | 111110 | 1000 | 100000 | 1001101 | 1000000 |
Color Harmonies of #EAA65A
Complementary color
Monochromatic Colors of #EAA65A
Black with #EAA65A
Text Example
Text Example
White with #EAA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA65A; }
p { color: rgb(234,166,90); }
H1.HeaderClassName
{
color: #EAA65A;
}
.AnyTagClassName
{
color: #EAA65A;
}
</style>
background-color css
<style>
a { background-color: #EAA65A; }
a { background-color: rgb(234,166,90); }
div.DivClassName
{
background-color: #EAA65A;
}
.BgClassName
{
background-color: #EAA65A;
}
</style>
border-color css
<style>
span { border-color: #EAA65A; }
span { border-color: rgb(234,166,90); }
td.TdClassName
{
border-color: #EAA65A;
}
.TagClassName
{
border-color: #EAA65A;
}
</style>