Shades of Sandy Brown #EAA35D
Tints of Sandy Brown #EAA35D
RGB
CMYK
RGB Variations
Color information
#EAA35D (or 0xEAA35D) is known color: Sandy Brown. HEX triplet: EA, A3 and 5D. RGB value is (234,163,93). Sum of RGB (Red+Green+Blue) = 234+163+93=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA35D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA35D is #155CA2. Grayscale: #B0B0B0. Windows color (decimal): -1399971 or 6136810. OLE color: 6136810.
HSL color Cylindrical-coordinate representation of color #EAA35D: hue angle of 29.79º 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 #EAA35D is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 93 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.08 |
| HSL | 29.79º | 0.77% | 0.64% | - |
| HSV(B) | 29.79º | 0.6% | 0.92% | - |
| XYZ | 49 | 44.48 | 16.36 | - |
| YUV | 176.25 | 81.02 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 93 | 0 | 0.30 | 0.60 | 0.08 | 29.79 | 0.77 | 0.64 |
| Hex | EA | A3 | 5D | 0 | 1E | 3C | 8 | 1E | 4D | 40 |
| Octal | 352 | 243 | 135 | 0 | 36 | 74 | 10 | 36 | 115 | 100 |
| Binary | 11101010 | 10100011 | 1011101 | 0 | 11110 | 111100 | 1000 | 11110 | 1001101 | 1000000 |
Color Harmonies of #EAA35D
Complementary color
Monochromatic Colors of #EAA35D
Black with #EAA35D
Text Example
Text Example
White with #EAA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA35D; }
p { color: rgb(234,163,93); }
H1.HeaderClassName
{
color: #EAA35D;
}
.AnyTagClassName
{
color: #EAA35D;
}
</style>
background-color css
<style>
a { background-color: #EAA35D; }
a { background-color: rgb(234,163,93); }
div.DivClassName
{
background-color: #EAA35D;
}
.BgClassName
{
background-color: #EAA35D;
}
</style>
border-color css
<style>
span { border-color: #EAA35D; }
span { border-color: rgb(234,163,93); }
td.TdClassName
{
border-color: #EAA35D;
}
.TagClassName
{
border-color: #EAA35D;
}
</style>