Shades of Sandy Brown #EEA85A
Tints of Sandy Brown #EEA85A
RGB
CMYK
RGB Variations
Color information
#EEA85A (or 0xEEA85A) is known color: Sandy Brown. HEX triplet: EE, A8 and 5A. RGB value is (238,168,90). Sum of RGB (Red+Green+Blue) = 238+168+90=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA85A is #1157A5. Grayscale: #B4B4B4. Windows color (decimal): -1136550 or 5941486. OLE color: 5941486.
HSL color Cylindrical-coordinate representation of color #EEA85A: hue angle of 31.62º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEA85A is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 90 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.07 |
| HSL | 31.62º | 0.81% | 0.64% | - |
| HSV(B) | 31.62º | 0.62% | 0.93% | - |
| XYZ | 51.11 | 46.92 | 16.04 | - |
| YUV | 180.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 90 | 0 | 0.29 | 0.62 | 0.07 | 31.62 | 0.81 | 0.64 |
| Hex | EE | A8 | 5A | 0 | 1D | 3E | 7 | 20 | 51 | 40 |
| Octal | 356 | 250 | 132 | 0 | 35 | 76 | 7 | 40 | 121 | 100 |
| Binary | 11101110 | 10101000 | 1011010 | 0 | 11101 | 111110 | 111 | 100000 | 1010001 | 1000000 |
Color Harmonies of #EEA85A
Complementary color
Monochromatic Colors of #EEA85A
Black with #EEA85A
Text Example
Text Example
White with #EEA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA85A; }
p { color: rgb(238,168,90); }
H1.HeaderClassName
{
color: #EEA85A;
}
.AnyTagClassName
{
color: #EEA85A;
}
</style>
background-color css
<style>
a { background-color: #EEA85A; }
a { background-color: rgb(238,168,90); }
div.DivClassName
{
background-color: #EEA85A;
}
.BgClassName
{
background-color: #EEA85A;
}
</style>
border-color css
<style>
span { border-color: #EEA85A; }
span { border-color: rgb(238,168,90); }
td.TdClassName
{
border-color: #EEA85A;
}
.TagClassName
{
border-color: #EEA85A;
}
</style>