Shades of Sandy Brown #EE955D
Tints of Sandy Brown #EE955D
RGB
CMYK
RGB Variations
Color information
#EE955D (or 0xEE955D) is known color: Sandy Brown. HEX triplet: EE, 95 and 5D. RGB value is (238,149,93). Sum of RGB (Red+Green+Blue) = 238+149+93=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE955D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE955D is #116AA2. Grayscale: #A9A9A9. Windows color (decimal): -1141411 or 6133230. OLE color: 6133230.
HSL color Cylindrical-coordinate representation of color #EE955D: hue angle of 23.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 #EE955D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 93 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.07 |
| HSL | 23.17º | 0.81% | 0.65% | - |
| HSV(B) | 23.17º | 0.61% | 0.93% | - |
| XYZ | 47.98 | 40.46 | 15.64 | - |
| YUV | 169.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 93 | 0 | 0.37 | 0.61 | 0.07 | 23.17 | 0.81 | 0.65 |
| Hex | EE | 95 | 5D | 0 | 25 | 3D | 7 | 17 | 51 | 41 |
| Octal | 356 | 225 | 135 | 0 | 45 | 75 | 7 | 27 | 121 | 101 |
| Binary | 11101110 | 10010101 | 1011101 | 0 | 100101 | 111101 | 111 | 10111 | 1010001 | 1000001 |
Color Harmonies of #EE955D
Complementary color
Monochromatic Colors of #EE955D
Black with #EE955D
Text Example
Text Example
White with #EE955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE955D; }
p { color: rgb(238,149,93); }
H1.HeaderClassName
{
color: #EE955D;
}
.AnyTagClassName
{
color: #EE955D;
}
</style>
background-color css
<style>
a { background-color: #EE955D; }
a { background-color: rgb(238,149,93); }
div.DivClassName
{
background-color: #EE955D;
}
.BgClassName
{
background-color: #EE955D;
}
</style>
border-color css
<style>
span { border-color: #EE955D; }
span { border-color: rgb(238,149,93); }
td.TdClassName
{
border-color: #EE955D;
}
.TagClassName
{
border-color: #EE955D;
}
</style>