Shades of Sandy Brown #EF955C
Tints of Sandy Brown #EF955C
RGB
CMYK
RGB Variations
Color information
#EF955C (or 0xEF955C) is known color: Sandy Brown. HEX triplet: EF, 95 and 5C. RGB value is (239,149,92). Sum of RGB (Red+Green+Blue) = 239+149+92=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF955C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF955C is #106AA3. Grayscale: #A9A9A9. Windows color (decimal): -1075876 or 6067695. OLE color: 6067695.
HSL color Cylindrical-coordinate representation of color #EF955C: hue angle of 23.27º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF955C is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 92 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.06 |
| HSL | 23.27º | 0.82% | 0.65% | - |
| HSV(B) | 23.27º | 0.62% | 0.94% | - |
| XYZ | 48.28 | 40.62 | 15.42 | - |
| YUV | 169.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 92 | 0 | 0.38 | 0.62 | 0.06 | 23.27 | 0.82 | 0.65 |
| Hex | EF | 95 | 5C | 0 | 26 | 3E | 6 | 17 | 52 | 41 |
| Octal | 357 | 225 | 134 | 0 | 46 | 76 | 6 | 27 | 122 | 101 |
| Binary | 11101111 | 10010101 | 1011100 | 0 | 100110 | 111110 | 110 | 10111 | 1010010 | 1000001 |
Color Harmonies of #EF955C
Complementary color
Monochromatic Colors of #EF955C
Black with #EF955C
Text Example
Text Example
White with #EF955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF955C; }
p { color: rgb(239,149,92); }
H1.HeaderClassName
{
color: #EF955C;
}
.AnyTagClassName
{
color: #EF955C;
}
</style>
background-color css
<style>
a { background-color: #EF955C; }
a { background-color: rgb(239,149,92); }
div.DivClassName
{
background-color: #EF955C;
}
.BgClassName
{
background-color: #EF955C;
}
</style>
border-color css
<style>
span { border-color: #EF955C; }
span { border-color: rgb(239,149,92); }
td.TdClassName
{
border-color: #EF955C;
}
.TagClassName
{
border-color: #EF955C;
}
</style>