Shades of Sandy Brown #EEA764
Tints of Sandy Brown #EEA764
RGB
CMYK
RGB Variations
Color information
#EEA764 (or 0xEEA764) is known color: Sandy Brown. HEX triplet: EE, A7 and 64. RGB value is (238,167,100). Sum of RGB (Red+Green+Blue) = 238+167+100=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA764 is #11589B. Grayscale: #B4B4B4. Windows color (decimal): -1136796 or 6596590. OLE color: 6596590.
HSL color Cylindrical-coordinate representation of color #EEA764: hue angle of 29.13º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEA764 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 100 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.07 |
| HSL | 29.13º | 0.8% | 0.66% | - |
| HSV(B) | 29.13º | 0.58% | 0.93% | - |
| XYZ | 51.38 | 46.73 | 18.37 | - |
| YUV | 180.59 | 82.52 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 100 | 0 | 0.30 | 0.58 | 0.07 | 29.13 | 0.8 | 0.66 |
| Hex | EE | A7 | 64 | 0 | 1E | 3A | 7 | 1D | 50 | 42 |
| Octal | 356 | 247 | 144 | 0 | 36 | 72 | 7 | 35 | 120 | 102 |
| Binary | 11101110 | 10100111 | 1100100 | 0 | 11110 | 111010 | 111 | 11101 | 1010000 | 1000010 |
Color Harmonies of #EEA764
Complementary color
Monochromatic Colors of #EEA764
Black with #EEA764
Text Example
Text Example
White with #EEA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA764; }
p { color: rgb(238,167,100); }
H1.HeaderClassName
{
color: #EEA764;
}
.AnyTagClassName
{
color: #EEA764;
}
</style>
background-color css
<style>
a { background-color: #EEA764; }
a { background-color: rgb(238,167,100); }
div.DivClassName
{
background-color: #EEA764;
}
.BgClassName
{
background-color: #EEA764;
}
</style>
border-color css
<style>
span { border-color: #EEA764; }
span { border-color: rgb(238,167,100); }
td.TdClassName
{
border-color: #EEA764;
}
.TagClassName
{
border-color: #EEA764;
}
</style>