Shades of Sandy Brown #EAA263
Tints of Sandy Brown #EAA263
RGB
CMYK
RGB Variations
Color information
#EAA263 (or 0xEAA263) is known color: Sandy Brown. HEX triplet: EA, A2 and 63. RGB value is (234,162,99). Sum of RGB (Red+Green+Blue) = 234+162+99=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA263 is #155D9C. Grayscale: #B0B0B0. Windows color (decimal): -1400221 or 6529770. OLE color: 6529770.
HSL color Cylindrical-coordinate representation of color #EAA263: hue angle of 28º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAA263 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 99 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.08 |
| HSL | 28º | 0.76% | 0.65% | - |
| HSV(B) | 28º | 0.58% | 0.92% | - |
| XYZ | 49.1 | 44.23 | 17.75 | - |
| YUV | 176.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 99 | 0 | 0.31 | 0.58 | 0.08 | 28 | 0.76 | 0.65 |
| Hex | EA | A2 | 63 | 0 | 1F | 3A | 8 | 1C | 4C | 41 |
| Octal | 352 | 242 | 143 | 0 | 37 | 72 | 10 | 34 | 114 | 101 |
| Binary | 11101010 | 10100010 | 1100011 | 0 | 11111 | 111010 | 1000 | 11100 | 1001100 | 1000001 |
Color Harmonies of #EAA263
Complementary color
Monochromatic Colors of #EAA263
Black with #EAA263
Text Example
Text Example
White with #EAA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA263; }
p { color: rgb(234,162,99); }
H1.HeaderClassName
{
color: #EAA263;
}
.AnyTagClassName
{
color: #EAA263;
}
</style>
background-color css
<style>
a { background-color: #EAA263; }
a { background-color: rgb(234,162,99); }
div.DivClassName
{
background-color: #EAA263;
}
.BgClassName
{
background-color: #EAA263;
}
</style>
border-color css
<style>
span { border-color: #EAA263; }
span { border-color: rgb(234,162,99); }
td.TdClassName
{
border-color: #EAA263;
}
.TagClassName
{
border-color: #EAA263;
}
</style>