Shades of Sandy Brown #EF9F5B
Tints of Sandy Brown #EF9F5B
RGB
CMYK
RGB Variations
Color information
#EF9F5B (or 0xEF9F5B) is known color: Sandy Brown. HEX triplet: EF, 9F and 5B. RGB value is (239,159,91). Sum of RGB (Red+Green+Blue) = 239+159+91=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F5B is #1060A4. Grayscale: #AFAFAF. Windows color (decimal): -1073317 or 6004719. OLE color: 6004719.
HSL color Cylindrical-coordinate representation of color #EF9F5B: hue angle of 27.57º 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 #EF9F5B is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 91 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.06 |
| HSL | 27.57º | 0.82% | 0.65% | - |
| HSV(B) | 27.57º | 0.62% | 0.94% | - |
| XYZ | 49.88 | 43.9 | 15.74 | - |
| YUV | 175.17 | 80.5 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 91 | 0 | 0.33 | 0.62 | 0.06 | 27.57 | 0.82 | 0.65 |
| Hex | EF | 9F | 5B | 0 | 21 | 3E | 6 | 1C | 52 | 41 |
| Octal | 357 | 237 | 133 | 0 | 41 | 76 | 6 | 34 | 122 | 101 |
| Binary | 11101111 | 10011111 | 1011011 | 0 | 100001 | 111110 | 110 | 11100 | 1010010 | 1000001 |
Color Harmonies of #EF9F5B
Complementary color
Monochromatic Colors of #EF9F5B
Black with #EF9F5B
Text Example
Text Example
White with #EF9F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F5B; }
p { color: rgb(239,159,91); }
H1.HeaderClassName
{
color: #EF9F5B;
}
.AnyTagClassName
{
color: #EF9F5B;
}
</style>
background-color css
<style>
a { background-color: #EF9F5B; }
a { background-color: rgb(239,159,91); }
div.DivClassName
{
background-color: #EF9F5B;
}
.BgClassName
{
background-color: #EF9F5B;
}
</style>
border-color css
<style>
span { border-color: #EF9F5B; }
span { border-color: rgb(239,159,91); }
td.TdClassName
{
border-color: #EF9F5B;
}
.TagClassName
{
border-color: #EF9F5B;
}
</style>