Shades of Sandy Brown #EAA85D
Tints of Sandy Brown #EAA85D
RGB
CMYK
RGB Variations
Color information
#EAA85D (or 0xEAA85D) is known color: Sandy Brown. HEX triplet: EA, A8 and 5D. RGB value is (234,168,93). Sum of RGB (Red+Green+Blue) = 234+168+93=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA85D is #1557A2. Grayscale: #B3B3B3. Windows color (decimal): -1398691 or 6138090. OLE color: 6138090.
HSL color Cylindrical-coordinate representation of color #EAA85D: hue angle of 31.91º 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 #EAA85D is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 93 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.08 |
| HSL | 31.91º | 0.77% | 0.64% | - |
| HSV(B) | 31.91º | 0.6% | 0.92% | - |
| XYZ | 49.91 | 46.29 | 16.66 | - |
| YUV | 179.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 93 | 0 | 0.28 | 0.60 | 0.08 | 31.91 | 0.77 | 0.64 |
| Hex | EA | A8 | 5D | 0 | 1C | 3C | 8 | 20 | 4D | 40 |
| Octal | 352 | 250 | 135 | 0 | 34 | 74 | 10 | 40 | 115 | 100 |
| Binary | 11101010 | 10101000 | 1011101 | 0 | 11100 | 111100 | 1000 | 100000 | 1001101 | 1000000 |
Color Harmonies of #EAA85D
Complementary color
Monochromatic Colors of #EAA85D
Black with #EAA85D
Text Example
Text Example
White with #EAA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA85D; }
p { color: rgb(234,168,93); }
H1.HeaderClassName
{
color: #EAA85D;
}
.AnyTagClassName
{
color: #EAA85D;
}
</style>
background-color css
<style>
a { background-color: #EAA85D; }
a { background-color: rgb(234,168,93); }
div.DivClassName
{
background-color: #EAA85D;
}
.BgClassName
{
background-color: #EAA85D;
}
</style>
border-color css
<style>
span { border-color: #EAA85D; }
span { border-color: rgb(234,168,93); }
td.TdClassName
{
border-color: #EAA85D;
}
.TagClassName
{
border-color: #EAA85D;
}
</style>