Shades of Sandy Brown #EF9F55
Tints of Sandy Brown #EF9F55
RGB
CMYK
RGB Variations
Color information
#EF9F55 (or 0xEF9F55) is known color: Sandy Brown. HEX triplet: EF, 9F and 55. RGB value is (239,159,85). Sum of RGB (Red+Green+Blue) = 239+159+85=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F55 is #1060AA. Grayscale: #AEAEAE. Windows color (decimal): -1073323 or 5611503. OLE color: 5611503.
HSL color Cylindrical-coordinate representation of color #EF9F55: hue angle of 28.83º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF9F55 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 85 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.06 |
| HSL | 28.83º | 0.83% | 0.64% | - |
| HSV(B) | 28.83º | 0.64% | 0.94% | - |
| XYZ | 49.63 | 43.8 | 14.43 | - |
| YUV | 174.48 | 77.5 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 85 | 0 | 0.33 | 0.64 | 0.06 | 28.83 | 0.83 | 0.64 |
| Hex | EF | 9F | 55 | 0 | 21 | 40 | 6 | 1D | 53 | 40 |
| Octal | 357 | 237 | 125 | 0 | 41 | 100 | 6 | 35 | 123 | 100 |
| Binary | 11101111 | 10011111 | 1010101 | 0 | 100001 | 1000000 | 110 | 11101 | 1010011 | 1000000 |
Color Harmonies of #EF9F55
Complementary color
Monochromatic Colors of #EF9F55
Black with #EF9F55
Text Example
Text Example
White with #EF9F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F55; }
p { color: rgb(239,159,85); }
H1.HeaderClassName
{
color: #EF9F55;
}
.AnyTagClassName
{
color: #EF9F55;
}
</style>
background-color css
<style>
a { background-color: #EF9F55; }
a { background-color: rgb(239,159,85); }
div.DivClassName
{
background-color: #EF9F55;
}
.BgClassName
{
background-color: #EF9F55;
}
</style>
border-color css
<style>
span { border-color: #EF9F55; }
span { border-color: rgb(239,159,85); }
td.TdClassName
{
border-color: #EF9F55;
}
.TagClassName
{
border-color: #EF9F55;
}
</style>