Shades of Sandy Brown #EAA76A
Tints of Sandy Brown #EAA76A
RGB
CMYK
RGB Variations
Color information
#EAA76A (or 0xEAA76A) is known color: Sandy Brown. HEX triplet: EA, A7 and 6A. RGB value is (234,167,106). Sum of RGB (Red+Green+Blue) = 234+167+106=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA76A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA76A is #155895. Grayscale: #B4B4B4. Windows color (decimal): -1398934 or 6989802. OLE color: 6989802.
HSL color Cylindrical-coordinate representation of color #EAA76A: hue angle of 28.59º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAA76A is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 106 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.08 |
| HSL | 28.59º | 0.75% | 0.67% | - |
| HSV(B) | 28.59º | 0.55% | 0.92% | - |
| XYZ | 50.35 | 46.17 | 19.89 | - |
| YUV | 180.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 106 | 0 | 0.29 | 0.55 | 0.08 | 28.59 | 0.75 | 0.67 |
| Hex | EA | A7 | 6A | 0 | 1D | 37 | 8 | 1D | 4B | 43 |
| Octal | 352 | 247 | 152 | 0 | 35 | 67 | 10 | 35 | 113 | 103 |
| Binary | 11101010 | 10100111 | 1101010 | 0 | 11101 | 110111 | 1000 | 11101 | 1001011 | 1000011 |
Color Harmonies of #EAA76A
Complementary color
Monochromatic Colors of #EAA76A
Black with #EAA76A
Text Example
Text Example
White with #EAA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA76A; }
p { color: rgb(234,167,106); }
H1.HeaderClassName
{
color: #EAA76A;
}
.AnyTagClassName
{
color: #EAA76A;
}
</style>
background-color css
<style>
a { background-color: #EAA76A; }
a { background-color: rgb(234,167,106); }
div.DivClassName
{
background-color: #EAA76A;
}
.BgClassName
{
background-color: #EAA76A;
}
</style>
border-color css
<style>
span { border-color: #EAA76A; }
span { border-color: rgb(234,167,106); }
td.TdClassName
{
border-color: #EAA76A;
}
.TagClassName
{
border-color: #EAA76A;
}
</style>