Shades of Sandy Brown #EF9B5E
Tints of Sandy Brown #EF9B5E
RGB
CMYK
RGB Variations
Color information
#EF9B5E (or 0xEF9B5E) is known color: Sandy Brown. HEX triplet: EF, 9B and 5E. RGB value is (239,155,94). Sum of RGB (Red+Green+Blue) = 239+155+94=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9B5E is #1064A1. Grayscale: #ADADAD. Windows color (decimal): -1074338 or 6200303. OLE color: 6200303.
HSL color Cylindrical-coordinate representation of color #EF9B5E: hue angle of 25.24º 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 #EF9B5E is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 94 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.06 |
| HSL | 25.24º | 0.82% | 0.65% | - |
| HSV(B) | 25.24º | 0.61% | 0.94% | - |
| XYZ | 49.34 | 42.6 | 16.21 | - |
| YUV | 173.16 | 83.33 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 94 | 0 | 0.35 | 0.61 | 0.06 | 25.24 | 0.82 | 0.65 |
| Hex | EF | 9B | 5E | 0 | 23 | 3D | 6 | 19 | 52 | 41 |
| Octal | 357 | 233 | 136 | 0 | 43 | 75 | 6 | 31 | 122 | 101 |
| Binary | 11101111 | 10011011 | 1011110 | 0 | 100011 | 111101 | 110 | 11001 | 1010010 | 1000001 |
Color Harmonies of #EF9B5E
Complementary color
Monochromatic Colors of #EF9B5E
Black with #EF9B5E
Text Example
Text Example
White with #EF9B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9B5E; }
p { color: rgb(239,155,94); }
H1.HeaderClassName
{
color: #EF9B5E;
}
.AnyTagClassName
{
color: #EF9B5E;
}
</style>
background-color css
<style>
a { background-color: #EF9B5E; }
a { background-color: rgb(239,155,94); }
div.DivClassName
{
background-color: #EF9B5E;
}
.BgClassName
{
background-color: #EF9B5E;
}
</style>
border-color css
<style>
span { border-color: #EF9B5E; }
span { border-color: rgb(239,155,94); }
td.TdClassName
{
border-color: #EF9B5E;
}
.TagClassName
{
border-color: #EF9B5E;
}
</style>