Shades of Sandy Brown #EAA65C
Tints of Sandy Brown #EAA65C
RGB
CMYK
RGB Variations
Color information
#EAA65C (or 0xEAA65C) is known color: Sandy Brown. HEX triplet: EA, A6 and 5C. RGB value is (234,166,92). Sum of RGB (Red+Green+Blue) = 234+166+92=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA65C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA65C is #1559A3. Grayscale: #B2B2B2. Windows color (decimal): -1399204 or 6072042. OLE color: 6072042.
HSL color Cylindrical-coordinate representation of color #EAA65C: hue angle of 31.27º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAA65C is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 92 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.08 |
| HSL | 31.27º | 0.77% | 0.64% | - |
| HSV(B) | 31.27º | 0.61% | 0.92% | - |
| XYZ | 49.5 | 45.54 | 16.31 | - |
| YUV | 177.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 92 | 0 | 0.29 | 0.61 | 0.08 | 31.27 | 0.77 | 0.64 |
| Hex | EA | A6 | 5C | 0 | 1D | 3D | 8 | 1F | 4D | 40 |
| Octal | 352 | 246 | 134 | 0 | 35 | 75 | 10 | 37 | 115 | 100 |
| Binary | 11101010 | 10100110 | 1011100 | 0 | 11101 | 111101 | 1000 | 11111 | 1001101 | 1000000 |
Color Harmonies of #EAA65C
Complementary color
Monochromatic Colors of #EAA65C
Black with #EAA65C
Text Example
Text Example
White with #EAA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA65C; }
p { color: rgb(234,166,92); }
H1.HeaderClassName
{
color: #EAA65C;
}
.AnyTagClassName
{
color: #EAA65C;
}
</style>
background-color css
<style>
a { background-color: #EAA65C; }
a { background-color: rgb(234,166,92); }
div.DivClassName
{
background-color: #EAA65C;
}
.BgClassName
{
background-color: #EAA65C;
}
</style>
border-color css
<style>
span { border-color: #EAA65C; }
span { border-color: rgb(234,166,92); }
td.TdClassName
{
border-color: #EAA65C;
}
.TagClassName
{
border-color: #EAA65C;
}
</style>