Shades of Sandy Brown #EEA962
Tints of Sandy Brown #EEA962
RGB
CMYK
RGB Variations
Color information
#EEA962 (or 0xEEA962) is known color: Sandy Brown. HEX triplet: EE, A9 and 62. RGB value is (238,169,98). Sum of RGB (Red+Green+Blue) = 238+169+98=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA962 is #11569D. Grayscale: #B5B5B5. Windows color (decimal): -1136286 or 6466030. OLE color: 6466030.
HSL color Cylindrical-coordinate representation of color #EEA962: hue angle of 30.43º 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 #EEA962 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 98 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.07 |
| HSL | 30.43º | 0.8% | 0.66% | - |
| HSV(B) | 30.43º | 0.59% | 0.93% | - |
| XYZ | 51.65 | 47.43 | 17.99 | - |
| YUV | 181.54 | 80.86 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 98 | 0 | 0.29 | 0.59 | 0.07 | 30.43 | 0.8 | 0.66 |
| Hex | EE | A9 | 62 | 0 | 1D | 3B | 7 | 1E | 50 | 42 |
| Octal | 356 | 251 | 142 | 0 | 35 | 73 | 7 | 36 | 120 | 102 |
| Binary | 11101110 | 10101001 | 1100010 | 0 | 11101 | 111011 | 111 | 11110 | 1010000 | 1000010 |
Color Harmonies of #EEA962
Complementary color
Monochromatic Colors of #EEA962
Black with #EEA962
Text Example
Text Example
White with #EEA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA962; }
p { color: rgb(238,169,98); }
H1.HeaderClassName
{
color: #EEA962;
}
.AnyTagClassName
{
color: #EEA962;
}
</style>
background-color css
<style>
a { background-color: #EEA962; }
a { background-color: rgb(238,169,98); }
div.DivClassName
{
background-color: #EEA962;
}
.BgClassName
{
background-color: #EEA962;
}
</style>
border-color css
<style>
span { border-color: #EEA962; }
span { border-color: rgb(238,169,98); }
td.TdClassName
{
border-color: #EEA962;
}
.TagClassName
{
border-color: #EEA962;
}
</style>