Shades of Sandy Brown #EE985E
Tints of Sandy Brown #EE985E
RGB
CMYK
RGB Variations
Color information
#EE985E (or 0xEE985E) is known color: Sandy Brown. HEX triplet: EE, 98 and 5E. RGB value is (238,152,94). Sum of RGB (Red+Green+Blue) = 238+152+94=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE985E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE985E is #1167A1. Grayscale: #ABABAB. Windows color (decimal): -1140642 or 6199534. OLE color: 6199534.
HSL color Cylindrical-coordinate representation of color #EE985E: hue angle of 24.17º 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 #EE985E is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 94 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.07 |
| HSL | 24.17º | 0.81% | 0.65% | - |
| HSV(B) | 24.17º | 0.61% | 0.93% | - |
| XYZ | 48.51 | 41.44 | 16.03 | - |
| YUV | 171.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 94 | 0 | 0.36 | 0.61 | 0.07 | 24.17 | 0.81 | 0.65 |
| Hex | EE | 98 | 5E | 0 | 24 | 3D | 7 | 18 | 51 | 41 |
| Octal | 356 | 230 | 136 | 0 | 44 | 75 | 7 | 30 | 121 | 101 |
| Binary | 11101110 | 10011000 | 1011110 | 0 | 100100 | 111101 | 111 | 11000 | 1010001 | 1000001 |
Color Harmonies of #EE985E
Complementary color
Monochromatic Colors of #EE985E
Black with #EE985E
Text Example
Text Example
White with #EE985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE985E; }
p { color: rgb(238,152,94); }
H1.HeaderClassName
{
color: #EE985E;
}
.AnyTagClassName
{
color: #EE985E;
}
</style>
background-color css
<style>
a { background-color: #EE985E; }
a { background-color: rgb(238,152,94); }
div.DivClassName
{
background-color: #EE985E;
}
.BgClassName
{
background-color: #EE985E;
}
</style>
border-color css
<style>
span { border-color: #EE985E; }
span { border-color: rgb(238,152,94); }
td.TdClassName
{
border-color: #EE985E;
}
.TagClassName
{
border-color: #EE985E;
}
</style>