Shades of Sandy Brown #EAA366
Tints of Sandy Brown #EAA366
RGB
CMYK
RGB Variations
Color information
#EAA366 (or 0xEAA366) is known color: Sandy Brown. HEX triplet: EA, A3 and 66. RGB value is (234,163,102). Sum of RGB (Red+Green+Blue) = 234+163+102=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA366 is #155C99. Grayscale: #B1B1B1. Windows color (decimal): -1399962 or 6726634. OLE color: 6726634.
HSL color Cylindrical-coordinate representation of color #EAA366: hue angle of 27.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAA366 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 102 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.08 |
| HSL | 27.73º | 0.76% | 0.66% | - |
| HSV(B) | 27.73º | 0.56% | 0.92% | - |
| XYZ | 49.43 | 44.65 | 18.58 | - |
| YUV | 177.28 | 85.52 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 102 | 0 | 0.30 | 0.56 | 0.08 | 27.73 | 0.76 | 0.66 |
| Hex | EA | A3 | 66 | 0 | 1E | 38 | 8 | 1C | 4C | 42 |
| Octal | 352 | 243 | 146 | 0 | 36 | 70 | 10 | 34 | 114 | 102 |
| Binary | 11101010 | 10100011 | 1100110 | 0 | 11110 | 111000 | 1000 | 11100 | 1001100 | 1000010 |
Color Harmonies of #EAA366
Complementary color
Monochromatic Colors of #EAA366
Black with #EAA366
Text Example
Text Example
White with #EAA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA366; }
p { color: rgb(234,163,102); }
H1.HeaderClassName
{
color: #EAA366;
}
.AnyTagClassName
{
color: #EAA366;
}
</style>
background-color css
<style>
a { background-color: #EAA366; }
a { background-color: rgb(234,163,102); }
div.DivClassName
{
background-color: #EAA366;
}
.BgClassName
{
background-color: #EAA366;
}
</style>
border-color css
<style>
span { border-color: #EAA366; }
span { border-color: rgb(234,163,102); }
td.TdClassName
{
border-color: #EAA366;
}
.TagClassName
{
border-color: #EAA366;
}
</style>