Shades of Sandy Brown #EAA36B
Tints of Sandy Brown #EAA36B
RGB
CMYK
RGB Variations
Color information
#EAA36B (or 0xEAA36B) is known color: Sandy Brown. HEX triplet: EA, A3 and 6B. RGB value is (234,163,107). Sum of RGB (Red+Green+Blue) = 234+163+107=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA36B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA36B is #155C94. Grayscale: #B2B2B2. Windows color (decimal): -1399957 or 7054314. OLE color: 7054314.
HSL color Cylindrical-coordinate representation of color #EAA36B: hue angle of 26.46º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAA36B is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 107 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.08 |
| HSL | 26.46º | 0.75% | 0.67% | - |
| HSV(B) | 26.46º | 0.54% | 0.92% | - |
| XYZ | 49.68 | 44.75 | 19.93 | - |
| YUV | 177.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 107 | 0 | 0.30 | 0.54 | 0.08 | 26.46 | 0.75 | 0.67 |
| Hex | EA | A3 | 6B | 0 | 1E | 36 | 8 | 1A | 4B | 43 |
| Octal | 352 | 243 | 153 | 0 | 36 | 66 | 10 | 32 | 113 | 103 |
| Binary | 11101010 | 10100011 | 1101011 | 0 | 11110 | 110110 | 1000 | 11010 | 1001011 | 1000011 |
Color Harmonies of #EAA36B
Complementary color
Monochromatic Colors of #EAA36B
Black with #EAA36B
Text Example
Text Example
White with #EAA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA36B; }
p { color: rgb(234,163,107); }
H1.HeaderClassName
{
color: #EAA36B;
}
.AnyTagClassName
{
color: #EAA36B;
}
</style>
background-color css
<style>
a { background-color: #EAA36B; }
a { background-color: rgb(234,163,107); }
div.DivClassName
{
background-color: #EAA36B;
}
.BgClassName
{
background-color: #EAA36B;
}
</style>
border-color css
<style>
span { border-color: #EAA36B; }
span { border-color: rgb(234,163,107); }
td.TdClassName
{
border-color: #EAA36B;
}
.TagClassName
{
border-color: #EAA36B;
}
</style>