Shades of Sandy Brown #EF955E
Tints of Sandy Brown #EF955E
RGB
CMYK
RGB Variations
Color information
#EF955E (or 0xEF955E) is known color: Sandy Brown. HEX triplet: EF, 95 and 5E. RGB value is (239,149,94). Sum of RGB (Red+Green+Blue) = 239+149+94=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF955E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF955E is #106AA1. Grayscale: #A9A9A9. Windows color (decimal): -1075874 or 6198767. OLE color: 6198767.
HSL color Cylindrical-coordinate representation of color #EF955E: hue angle of 22.76º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF955E is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 94 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.06 |
| HSL | 22.76º | 0.82% | 0.65% | - |
| HSV(B) | 22.76º | 0.61% | 0.94% | - |
| XYZ | 48.36 | 40.65 | 15.89 | - |
| YUV | 169.64 | 85.32 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 94 | 0 | 0.38 | 0.61 | 0.06 | 22.76 | 0.82 | 0.65 |
| Hex | EF | 95 | 5E | 0 | 26 | 3D | 6 | 17 | 52 | 41 |
| Octal | 357 | 225 | 136 | 0 | 46 | 75 | 6 | 27 | 122 | 101 |
| Binary | 11101111 | 10010101 | 1011110 | 0 | 100110 | 111101 | 110 | 10111 | 1010010 | 1000001 |
Color Harmonies of #EF955E
Complementary color
Monochromatic Colors of #EF955E
Black with #EF955E
Text Example
Text Example
White with #EF955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF955E; }
p { color: rgb(239,149,94); }
H1.HeaderClassName
{
color: #EF955E;
}
.AnyTagClassName
{
color: #EF955E;
}
</style>
background-color css
<style>
a { background-color: #EF955E; }
a { background-color: rgb(239,149,94); }
div.DivClassName
{
background-color: #EF955E;
}
.BgClassName
{
background-color: #EF955E;
}
</style>
border-color css
<style>
span { border-color: #EF955E; }
span { border-color: rgb(239,149,94); }
td.TdClassName
{
border-color: #EF955E;
}
.TagClassName
{
border-color: #EF955E;
}
</style>