Shades of Sandy Brown #EEA65E
Tints of Sandy Brown #EEA65E
RGB
CMYK
RGB Variations
Color information
#EEA65E (or 0xEEA65E) is known color: Sandy Brown. HEX triplet: EE, A6 and 5E. RGB value is (238,166,94). Sum of RGB (Red+Green+Blue) = 238+166+94=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA65E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA65E is #1159A1. Grayscale: #B3B3B3. Windows color (decimal): -1137058 or 6203118. OLE color: 6203118.
HSL color Cylindrical-coordinate representation of color #EEA65E: hue angle of 30º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEA65E is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 94 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.07 |
| HSL | 30º | 0.81% | 0.65% | - |
| HSV(B) | 30º | 0.61% | 0.93% | - |
| XYZ | 50.92 | 46.26 | 16.83 | - |
| YUV | 179.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 94 | 0 | 0.30 | 0.61 | 0.07 | 30 | 0.81 | 0.65 |
| Hex | EE | A6 | 5E | 0 | 1E | 3D | 7 | 1E | 51 | 41 |
| Octal | 356 | 246 | 136 | 0 | 36 | 75 | 7 | 36 | 121 | 101 |
| Binary | 11101110 | 10100110 | 1011110 | 0 | 11110 | 111101 | 111 | 11110 | 1010001 | 1000001 |
Color Harmonies of #EEA65E
Complementary color
Monochromatic Colors of #EEA65E
Black with #EEA65E
Text Example
Text Example
White with #EEA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA65E; }
p { color: rgb(238,166,94); }
H1.HeaderClassName
{
color: #EEA65E;
}
.AnyTagClassName
{
color: #EEA65E;
}
</style>
background-color css
<style>
a { background-color: #EEA65E; }
a { background-color: rgb(238,166,94); }
div.DivClassName
{
background-color: #EEA65E;
}
.BgClassName
{
background-color: #EEA65E;
}
</style>
border-color css
<style>
span { border-color: #EEA65E; }
span { border-color: rgb(238,166,94); }
td.TdClassName
{
border-color: #EEA65E;
}
.TagClassName
{
border-color: #EEA65E;
}
</style>