Shades of Sandy Brown #EAA05D
Tints of Sandy Brown #EAA05D
RGB
CMYK
RGB Variations
Color information
#EAA05D (or 0xEAA05D) is known color: Sandy Brown. HEX triplet: EA, A0 and 5D. RGB value is (234,160,93). Sum of RGB (Red+Green+Blue) = 234+160+93=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA05D is #155FA2. Grayscale: #AEAEAE. Windows color (decimal): -1400739 or 6136042. OLE color: 6136042.
HSL color Cylindrical-coordinate representation of color #EAA05D: hue angle of 28.51º 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 #EAA05D is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 93 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.08 |
| HSL | 28.51º | 0.77% | 0.64% | - |
| HSV(B) | 28.51º | 0.6% | 0.92% | - |
| XYZ | 48.48 | 43.42 | 16.18 | - |
| YUV | 174.49 | 82.02 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 93 | 0 | 0.32 | 0.60 | 0.08 | 28.51 | 0.77 | 0.64 |
| Hex | EA | A0 | 5D | 0 | 20 | 3C | 8 | 1D | 4D | 40 |
| Octal | 352 | 240 | 135 | 0 | 40 | 74 | 10 | 35 | 115 | 100 |
| Binary | 11101010 | 10100000 | 1011101 | 0 | 100000 | 111100 | 1000 | 11101 | 1001101 | 1000000 |
Color Harmonies of #EAA05D
Complementary color
Monochromatic Colors of #EAA05D
Black with #EAA05D
Text Example
Text Example
White with #EAA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA05D; }
p { color: rgb(234,160,93); }
H1.HeaderClassName
{
color: #EAA05D;
}
.AnyTagClassName
{
color: #EAA05D;
}
</style>
background-color css
<style>
a { background-color: #EAA05D; }
a { background-color: rgb(234,160,93); }
div.DivClassName
{
background-color: #EAA05D;
}
.BgClassName
{
background-color: #EAA05D;
}
</style>
border-color css
<style>
span { border-color: #EAA05D; }
span { border-color: rgb(234,160,93); }
td.TdClassName
{
border-color: #EAA05D;
}
.TagClassName
{
border-color: #EAA05D;
}
</style>