Shades of Sandy Brown #EE945F
Tints of Sandy Brown #EE945F
RGB
CMYK
RGB Variations
Color information
#EE945F (or 0xEE945F) is known color: Sandy Brown. HEX triplet: EE, 94 and 5F. RGB value is (238,148,95). Sum of RGB (Red+Green+Blue) = 238+148+95=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE945F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE945F is #116BA0. Grayscale: #A9A9A9. Windows color (decimal): -1141665 or 6264046. OLE color: 6264046.
HSL color Cylindrical-coordinate representation of color #EE945F: hue angle of 22.24º 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 #EE945F is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 95 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.07 |
| HSL | 22.24º | 0.81% | 0.65% | - |
| HSV(B) | 22.24º | 0.6% | 0.93% | - |
| XYZ | 47.92 | 40.18 | 16.06 | - |
| YUV | 168.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 95 | 0 | 0.38 | 0.60 | 0.07 | 22.24 | 0.81 | 0.65 |
| Hex | EE | 94 | 5F | 0 | 26 | 3C | 7 | 16 | 51 | 41 |
| Octal | 356 | 224 | 137 | 0 | 46 | 74 | 7 | 26 | 121 | 101 |
| Binary | 11101110 | 10010100 | 1011111 | 0 | 100110 | 111100 | 111 | 10110 | 1010001 | 1000001 |
Color Harmonies of #EE945F
Complementary color
Monochromatic Colors of #EE945F
Black with #EE945F
Text Example
Text Example
White with #EE945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE945F; }
p { color: rgb(238,148,95); }
H1.HeaderClassName
{
color: #EE945F;
}
.AnyTagClassName
{
color: #EE945F;
}
</style>
background-color css
<style>
a { background-color: #EE945F; }
a { background-color: rgb(238,148,95); }
div.DivClassName
{
background-color: #EE945F;
}
.BgClassName
{
background-color: #EE945F;
}
</style>
border-color css
<style>
span { border-color: #EE945F; }
span { border-color: rgb(238,148,95); }
td.TdClassName
{
border-color: #EE945F;
}
.TagClassName
{
border-color: #EE945F;
}
</style>