Shades of Sandy Brown #EEA062
Tints of Sandy Brown #EEA062
RGB
CMYK
RGB Variations
Color information
#EEA062 (or 0xEEA062) is known color: Sandy Brown. HEX triplet: EE, A0 and 62. RGB value is (238,160,98). Sum of RGB (Red+Green+Blue) = 238+160+98=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA062 is #115F9D. Grayscale: #B0B0B0. Windows color (decimal): -1138590 or 6463726. OLE color: 6463726.
HSL color Cylindrical-coordinate representation of color #EEA062: hue angle of 26.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EEA062 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 98 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.07 |
| HSL | 26.57º | 0.8% | 0.66% | - |
| HSV(B) | 26.57º | 0.59% | 0.93% | - |
| XYZ | 50.04 | 44.2 | 17.45 | - |
| YUV | 176.25 | 83.84 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 98 | 0 | 0.33 | 0.59 | 0.07 | 26.57 | 0.8 | 0.66 |
| Hex | EE | A0 | 62 | 0 | 21 | 3B | 7 | 1B | 50 | 42 |
| Octal | 356 | 240 | 142 | 0 | 41 | 73 | 7 | 33 | 120 | 102 |
| Binary | 11101110 | 10100000 | 1100010 | 0 | 100001 | 111011 | 111 | 11011 | 1010000 | 1000010 |
Color Harmonies of #EEA062
Complementary color
Monochromatic Colors of #EEA062
Black with #EEA062
Text Example
Text Example
White with #EEA062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA062; }
p { color: rgb(238,160,98); }
H1.HeaderClassName
{
color: #EEA062;
}
.AnyTagClassName
{
color: #EEA062;
}
</style>
background-color css
<style>
a { background-color: #EEA062; }
a { background-color: rgb(238,160,98); }
div.DivClassName
{
background-color: #EEA062;
}
.BgClassName
{
background-color: #EEA062;
}
</style>
border-color css
<style>
span { border-color: #EEA062; }
span { border-color: rgb(238,160,98); }
td.TdClassName
{
border-color: #EEA062;
}
.TagClassName
{
border-color: #EEA062;
}
</style>