Shades of Sandy Brown #EAA35C
Tints of Sandy Brown #EAA35C
RGB
CMYK
RGB Variations
Color information
#EAA35C (or 0xEAA35C) is known color: Sandy Brown. HEX triplet: EA, A3 and 5C. RGB value is (234,163,92). Sum of RGB (Red+Green+Blue) = 234+163+92=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA35C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA35C is #155CA3. Grayscale: #B0B0B0. Windows color (decimal): -1399972 or 6071274. OLE color: 6071274.
HSL color Cylindrical-coordinate representation of color #EAA35C: hue angle of 30º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAA35C is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 92 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.08 |
| HSL | 30º | 0.77% | 0.64% | - |
| HSV(B) | 30º | 0.61% | 0.92% | - |
| XYZ | 48.96 | 44.46 | 16.13 | - |
| YUV | 176.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 92 | 0 | 0.30 | 0.61 | 0.08 | 30 | 0.77 | 0.64 |
| Hex | EA | A3 | 5C | 0 | 1E | 3D | 8 | 1E | 4D | 40 |
| Octal | 352 | 243 | 134 | 0 | 36 | 75 | 10 | 36 | 115 | 100 |
| Binary | 11101010 | 10100011 | 1011100 | 0 | 11110 | 111101 | 1000 | 11110 | 1001101 | 1000000 |
Color Harmonies of #EAA35C
Complementary color
Monochromatic Colors of #EAA35C
Black with #EAA35C
Text Example
Text Example
White with #EAA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA35C; }
p { color: rgb(234,163,92); }
H1.HeaderClassName
{
color: #EAA35C;
}
.AnyTagClassName
{
color: #EAA35C;
}
</style>
background-color css
<style>
a { background-color: #EAA35C; }
a { background-color: rgb(234,163,92); }
div.DivClassName
{
background-color: #EAA35C;
}
.BgClassName
{
background-color: #EAA35C;
}
</style>
border-color css
<style>
span { border-color: #EAA35C; }
span { border-color: rgb(234,163,92); }
td.TdClassName
{
border-color: #EAA35C;
}
.TagClassName
{
border-color: #EAA35C;
}
</style>