Shades of Sandy Brown #EE945E
Tints of Sandy Brown #EE945E
RGB
CMYK
RGB Variations
Color information
#EE945E (or 0xEE945E) is known color: Sandy Brown. HEX triplet: EE, 94 and 5E. RGB value is (238,148,94). Sum of RGB (Red+Green+Blue) = 238+148+94=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE945E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE945E is #116BA1. Grayscale: #A9A9A9. Windows color (decimal): -1141666 or 6198510. OLE color: 6198510.
HSL color Cylindrical-coordinate representation of color #EE945E: hue angle of 22.5º 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 #EE945E is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 94 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.07 |
| HSL | 22.5º | 0.81% | 0.65% | - |
| HSV(B) | 22.5º | 0.61% | 0.93% | - |
| XYZ | 47.87 | 40.17 | 15.82 | - |
| YUV | 168.75 | 85.82 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 94 | 0 | 0.38 | 0.61 | 0.07 | 22.5 | 0.81 | 0.65 |
| Hex | EE | 94 | 5E | 0 | 26 | 3D | 7 | 16 | 51 | 41 |
| Octal | 356 | 224 | 136 | 0 | 46 | 75 | 7 | 26 | 121 | 101 |
| Binary | 11101110 | 10010100 | 1011110 | 0 | 100110 | 111101 | 111 | 10110 | 1010001 | 1000001 |
Color Harmonies of #EE945E
Complementary color
Monochromatic Colors of #EE945E
Black with #EE945E
Text Example
Text Example
White with #EE945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE945E; }
p { color: rgb(238,148,94); }
H1.HeaderClassName
{
color: #EE945E;
}
.AnyTagClassName
{
color: #EE945E;
}
</style>
background-color css
<style>
a { background-color: #EE945E; }
a { background-color: rgb(238,148,94); }
div.DivClassName
{
background-color: #EE945E;
}
.BgClassName
{
background-color: #EE945E;
}
</style>
border-color css
<style>
span { border-color: #EE945E; }
span { border-color: rgb(238,148,94); }
td.TdClassName
{
border-color: #EE945E;
}
.TagClassName
{
border-color: #EE945E;
}
</style>