Shades of Sandy Brown #EFAB64
Tints of Sandy Brown #EFAB64
RGB
CMYK
RGB Variations
Color information
#EFAB64 (or 0xEFAB64) is known color: Sandy Brown. HEX triplet: EF, AB and 64. RGB value is (239,171,100). Sum of RGB (Red+Green+Blue) = 239+171+100=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB64 is #10549B. Grayscale: #B7B7B7. Windows color (decimal): -1070236 or 6597615. OLE color: 6597615.
HSL color Cylindrical-coordinate representation of color #EFAB64: hue angle of 30.65º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFAB64 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 100 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.06 |
| HSL | 30.65º | 0.81% | 0.66% | - |
| HSV(B) | 30.65º | 0.58% | 0.94% | - |
| XYZ | 52.46 | 48.4 | 18.63 | - |
| YUV | 183.24 | 81.03 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 100 | 0 | 0.28 | 0.58 | 0.06 | 30.65 | 0.81 | 0.66 |
| Hex | EF | AB | 64 | 0 | 1C | 3A | 6 | 1F | 51 | 42 |
| Octal | 357 | 253 | 144 | 0 | 34 | 72 | 6 | 37 | 121 | 102 |
| Binary | 11101111 | 10101011 | 1100100 | 0 | 11100 | 111010 | 110 | 11111 | 1010001 | 1000010 |
Color Harmonies of #EFAB64
Complementary color
Monochromatic Colors of #EFAB64
Black with #EFAB64
Text Example
Text Example
White with #EFAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB64; }
p { color: rgb(239,171,100); }
H1.HeaderClassName
{
color: #EFAB64;
}
.AnyTagClassName
{
color: #EFAB64;
}
</style>
background-color css
<style>
a { background-color: #EFAB64; }
a { background-color: rgb(239,171,100); }
div.DivClassName
{
background-color: #EFAB64;
}
.BgClassName
{
background-color: #EFAB64;
}
</style>
border-color css
<style>
span { border-color: #EFAB64; }
span { border-color: rgb(239,171,100); }
td.TdClassName
{
border-color: #EFAB64;
}
.TagClassName
{
border-color: #EFAB64;
}
</style>