Shades of Sandy Brown #EEA256
Tints of Sandy Brown #EEA256
RGB
CMYK
RGB Variations
Color information
#EEA256 (or 0xEEA256) is known color: Sandy Brown. HEX triplet: EE, A2 and 56. RGB value is (238,162,86). Sum of RGB (Red+Green+Blue) = 238+162+86=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA256 is #115DA9. Grayscale: #B0B0B0. Windows color (decimal): -1138090 or 5677806. OLE color: 5677806.
HSL color Cylindrical-coordinate representation of color #EEA256: hue angle of 30º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEA256 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 86 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.07 |
| HSL | 30º | 0.82% | 0.64% | - |
| HSV(B) | 30º | 0.64% | 0.93% | - |
| XYZ | 49.86 | 44.69 | 14.8 | - |
| YUV | 176.06 | 77.18 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 86 | 0 | 0.32 | 0.64 | 0.07 | 30 | 0.82 | 0.64 |
| Hex | EE | A2 | 56 | 0 | 20 | 40 | 7 | 1E | 52 | 40 |
| Octal | 356 | 242 | 126 | 0 | 40 | 100 | 7 | 36 | 122 | 100 |
| Binary | 11101110 | 10100010 | 1010110 | 0 | 100000 | 1000000 | 111 | 11110 | 1010010 | 1000000 |
Color Harmonies of #EEA256
Complementary color
Monochromatic Colors of #EEA256
Black with #EEA256
Text Example
Text Example
White with #EEA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA256; }
p { color: rgb(238,162,86); }
H1.HeaderClassName
{
color: #EEA256;
}
.AnyTagClassName
{
color: #EEA256;
}
</style>
background-color css
<style>
a { background-color: #EEA256; }
a { background-color: rgb(238,162,86); }
div.DivClassName
{
background-color: #EEA256;
}
.BgClassName
{
background-color: #EEA256;
}
</style>
border-color css
<style>
span { border-color: #EEA256; }
span { border-color: rgb(238,162,86); }
td.TdClassName
{
border-color: #EEA256;
}
.TagClassName
{
border-color: #EEA256;
}
</style>