Shades of Sandy Brown #EAA15D
Tints of Sandy Brown #EAA15D
RGB
CMYK
RGB Variations
Color information
#EAA15D (or 0xEAA15D) is known color: Sandy Brown. HEX triplet: EA, A1 and 5D. RGB value is (234,161,93). Sum of RGB (Red+Green+Blue) = 234+161+93=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA15D is #155EA2. Grayscale: #AFAFAF. Windows color (decimal): -1400483 or 6136298. OLE color: 6136298.
HSL color Cylindrical-coordinate representation of color #EAA15D: hue angle of 28.94º 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 #EAA15D is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 93 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.08 |
| HSL | 28.94º | 0.77% | 0.64% | - |
| HSV(B) | 28.94º | 0.6% | 0.92% | - |
| XYZ | 48.65 | 43.77 | 16.24 | - |
| YUV | 175.08 | 81.68 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 93 | 0 | 0.31 | 0.60 | 0.08 | 28.94 | 0.77 | 0.64 |
| Hex | EA | A1 | 5D | 0 | 1F | 3C | 8 | 1D | 4D | 40 |
| Octal | 352 | 241 | 135 | 0 | 37 | 74 | 10 | 35 | 115 | 100 |
| Binary | 11101010 | 10100001 | 1011101 | 0 | 11111 | 111100 | 1000 | 11101 | 1001101 | 1000000 |
Color Harmonies of #EAA15D
Complementary color
Monochromatic Colors of #EAA15D
Black with #EAA15D
Text Example
Text Example
White with #EAA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA15D; }
p { color: rgb(234,161,93); }
H1.HeaderClassName
{
color: #EAA15D;
}
.AnyTagClassName
{
color: #EAA15D;
}
</style>
background-color css
<style>
a { background-color: #EAA15D; }
a { background-color: rgb(234,161,93); }
div.DivClassName
{
background-color: #EAA15D;
}
.BgClassName
{
background-color: #EAA15D;
}
</style>
border-color css
<style>
span { border-color: #EAA15D; }
span { border-color: rgb(234,161,93); }
td.TdClassName
{
border-color: #EAA15D;
}
.TagClassName
{
border-color: #EAA15D;
}
</style>