Shades of Sandy Brown #EAA264
Tints of Sandy Brown #EAA264
RGB
CMYK
RGB Variations
Color information
#EAA264 (or 0xEAA264) is known color: Sandy Brown. HEX triplet: EA, A2 and 64. RGB value is (234,162,100). Sum of RGB (Red+Green+Blue) = 234+162+100=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA264 is #155D9B. Grayscale: #B0B0B0. Windows color (decimal): -1400220 or 6595306. OLE color: 6595306.
HSL color Cylindrical-coordinate representation of color #EAA264: hue angle of 27.76º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAA264 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 100 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.08 |
| HSL | 27.76º | 0.76% | 0.65% | - |
| HSV(B) | 27.76º | 0.57% | 0.92% | - |
| XYZ | 49.15 | 44.25 | 18.01 | - |
| YUV | 176.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 100 | 0 | 0.31 | 0.57 | 0.08 | 27.76 | 0.76 | 0.65 |
| Hex | EA | A2 | 64 | 0 | 1F | 39 | 8 | 1C | 4C | 41 |
| Octal | 352 | 242 | 144 | 0 | 37 | 71 | 10 | 34 | 114 | 101 |
| Binary | 11101010 | 10100010 | 1100100 | 0 | 11111 | 111001 | 1000 | 11100 | 1001100 | 1000001 |
Color Harmonies of #EAA264
Complementary color
Monochromatic Colors of #EAA264
Black with #EAA264
Text Example
Text Example
White with #EAA264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA264; }
p { color: rgb(234,162,100); }
H1.HeaderClassName
{
color: #EAA264;
}
.AnyTagClassName
{
color: #EAA264;
}
</style>
background-color css
<style>
a { background-color: #EAA264; }
a { background-color: rgb(234,162,100); }
div.DivClassName
{
background-color: #EAA264;
}
.BgClassName
{
background-color: #EAA264;
}
</style>
border-color css
<style>
span { border-color: #EAA264; }
span { border-color: rgb(234,162,100); }
td.TdClassName
{
border-color: #EAA264;
}
.TagClassName
{
border-color: #EAA264;
}
</style>