Shades of Sandy Brown #EE955F
Tints of Sandy Brown #EE955F
RGB
CMYK
RGB Variations
Color information
#EE955F (or 0xEE955F) is known color: Sandy Brown. HEX triplet: EE, 95 and 5F. RGB value is (238,149,95). Sum of RGB (Red+Green+Blue) = 238+149+95=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE955F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE955F is #116AA0. Grayscale: #A9A9A9. Windows color (decimal): -1141409 or 6264302. OLE color: 6264302.
HSL color Cylindrical-coordinate representation of color #EE955F: hue angle of 22.66º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE955F is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 95 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.07 |
| HSL | 22.66º | 0.81% | 0.65% | - |
| HSV(B) | 22.66º | 0.6% | 0.93% | - |
| XYZ | 48.07 | 40.5 | 16.11 | - |
| YUV | 169.46 | 85.99 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 95 | 0 | 0.37 | 0.60 | 0.07 | 22.66 | 0.81 | 0.65 |
| Hex | EE | 95 | 5F | 0 | 25 | 3C | 7 | 17 | 51 | 41 |
| Octal | 356 | 225 | 137 | 0 | 45 | 74 | 7 | 27 | 121 | 101 |
| Binary | 11101110 | 10010101 | 1011111 | 0 | 100101 | 111100 | 111 | 10111 | 1010001 | 1000001 |
Color Harmonies of #EE955F
Complementary color
Monochromatic Colors of #EE955F
Black with #EE955F
Text Example
Text Example
White with #EE955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE955F; }
p { color: rgb(238,149,95); }
H1.HeaderClassName
{
color: #EE955F;
}
.AnyTagClassName
{
color: #EE955F;
}
</style>
background-color css
<style>
a { background-color: #EE955F; }
a { background-color: rgb(238,149,95); }
div.DivClassName
{
background-color: #EE955F;
}
.BgClassName
{
background-color: #EE955F;
}
</style>
border-color css
<style>
span { border-color: #EE955F; }
span { border-color: rgb(238,149,95); }
td.TdClassName
{
border-color: #EE955F;
}
.TagClassName
{
border-color: #EE955F;
}
</style>