Shades of Sandy Brown #EAA66D
Tints of Sandy Brown #EAA66D
RGB
CMYK
RGB Variations
Color information
#EAA66D (or 0xEAA66D) is known color: Sandy Brown. HEX triplet: EA, A6 and 6D. RGB value is (234,166,109). Sum of RGB (Red+Green+Blue) = 234+166+109=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA66D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA66D is #155992. Grayscale: #B4B4B4. Windows color (decimal): -1399187 or 7186154. OLE color: 7186154.
HSL color Cylindrical-coordinate representation of color #EAA66D: hue angle of 27.36º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAA66D is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 109 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.08 |
| HSL | 27.36º | 0.75% | 0.67% | - |
| HSV(B) | 27.36º | 0.53% | 0.92% | - |
| XYZ | 50.33 | 45.87 | 20.67 | - |
| YUV | 179.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 109 | 0 | 0.29 | 0.53 | 0.08 | 27.36 | 0.75 | 0.67 |
| Hex | EA | A6 | 6D | 0 | 1D | 35 | 8 | 1B | 4B | 43 |
| Octal | 352 | 246 | 155 | 0 | 35 | 65 | 10 | 33 | 113 | 103 |
| Binary | 11101010 | 10100110 | 1101101 | 0 | 11101 | 110101 | 1000 | 11011 | 1001011 | 1000011 |
Color Harmonies of #EAA66D
Complementary color
Monochromatic Colors of #EAA66D
Black with #EAA66D
Text Example
Text Example
White with #EAA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA66D; }
p { color: rgb(234,166,109); }
H1.HeaderClassName
{
color: #EAA66D;
}
.AnyTagClassName
{
color: #EAA66D;
}
</style>
background-color css
<style>
a { background-color: #EAA66D; }
a { background-color: rgb(234,166,109); }
div.DivClassName
{
background-color: #EAA66D;
}
.BgClassName
{
background-color: #EAA66D;
}
</style>
border-color css
<style>
span { border-color: #EAA66D; }
span { border-color: rgb(234,166,109); }
td.TdClassName
{
border-color: #EAA66D;
}
.TagClassName
{
border-color: #EAA66D;
}
</style>