Shades of Sandy Brown #EFAB5E
Tints of Sandy Brown #EFAB5E
RGB
CMYK
RGB Variations
Color information
#EFAB5E (or 0xEFAB5E) is known color: Sandy Brown. HEX triplet: EF, AB and 5E. RGB value is (239,171,94). Sum of RGB (Red+Green+Blue) = 239+171+94=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB5E is #1054A1. Grayscale: #B6B6B6. Windows color (decimal): -1070242 or 6204399. OLE color: 6204399.
HSL color Cylindrical-coordinate representation of color #EFAB5E: hue angle of 31.86º 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 #EFAB5E is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 94 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.06 |
| HSL | 31.86º | 0.82% | 0.65% | - |
| HSV(B) | 31.86º | 0.61% | 0.94% | - |
| XYZ | 52.18 | 48.28 | 17.16 | - |
| YUV | 182.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 94 | 0 | 0.28 | 0.61 | 0.06 | 31.86 | 0.82 | 0.65 |
| Hex | EF | AB | 5E | 0 | 1C | 3D | 6 | 20 | 52 | 41 |
| Octal | 357 | 253 | 136 | 0 | 34 | 75 | 6 | 40 | 122 | 101 |
| Binary | 11101111 | 10101011 | 1011110 | 0 | 11100 | 111101 | 110 | 100000 | 1010010 | 1000001 |
Color Harmonies of #EFAB5E
Complementary color
Monochromatic Colors of #EFAB5E
Black with #EFAB5E
Text Example
Text Example
White with #EFAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB5E; }
p { color: rgb(239,171,94); }
H1.HeaderClassName
{
color: #EFAB5E;
}
.AnyTagClassName
{
color: #EFAB5E;
}
</style>
background-color css
<style>
a { background-color: #EFAB5E; }
a { background-color: rgb(239,171,94); }
div.DivClassName
{
background-color: #EFAB5E;
}
.BgClassName
{
background-color: #EFAB5E;
}
</style>
border-color css
<style>
span { border-color: #EFAB5E; }
span { border-color: rgb(239,171,94); }
td.TdClassName
{
border-color: #EFAB5E;
}
.TagClassName
{
border-color: #EFAB5E;
}
</style>