Shades of Sandy Brown #EE985B
Tints of Sandy Brown #EE985B
RGB
CMYK
RGB Variations
Color information
#EE985B (or 0xEE985B) is known color: Sandy Brown. HEX triplet: EE, 98 and 5B. RGB value is (238,152,91). Sum of RGB (Red+Green+Blue) = 238+152+91=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE985B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE985B is #1167A4. Grayscale: #ABABAB. Windows color (decimal): -1140645 or 6002926. OLE color: 6002926.
HSL color Cylindrical-coordinate representation of color #EE985B: hue angle of 24.9º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE985B is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 91 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.07 |
| HSL | 24.9º | 0.81% | 0.65% | - |
| HSV(B) | 24.9º | 0.62% | 0.93% | - |
| XYZ | 48.38 | 41.39 | 15.34 | - |
| YUV | 170.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 91 | 0 | 0.36 | 0.62 | 0.07 | 24.9 | 0.81 | 0.65 |
| Hex | EE | 98 | 5B | 0 | 24 | 3E | 7 | 19 | 51 | 41 |
| Octal | 356 | 230 | 133 | 0 | 44 | 76 | 7 | 31 | 121 | 101 |
| Binary | 11101110 | 10011000 | 1011011 | 0 | 100100 | 111110 | 111 | 11001 | 1010001 | 1000001 |
Color Harmonies of #EE985B
Complementary color
Monochromatic Colors of #EE985B
Black with #EE985B
Text Example
Text Example
White with #EE985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE985B; }
p { color: rgb(238,152,91); }
H1.HeaderClassName
{
color: #EE985B;
}
.AnyTagClassName
{
color: #EE985B;
}
</style>
background-color css
<style>
a { background-color: #EE985B; }
a { background-color: rgb(238,152,91); }
div.DivClassName
{
background-color: #EE985B;
}
.BgClassName
{
background-color: #EE985B;
}
</style>
border-color css
<style>
span { border-color: #EE985B; }
span { border-color: rgb(238,152,91); }
td.TdClassName
{
border-color: #EE985B;
}
.TagClassName
{
border-color: #EE985B;
}
</style>