Shades of Sandy Brown #EFAB68
Tints of Sandy Brown #EFAB68
RGB
CMYK
RGB Variations
Color information
#EFAB68 (or 0xEFAB68) is known color: Sandy Brown. HEX triplet: EF, AB and 68. RGB value is (239,171,104). Sum of RGB (Red+Green+Blue) = 239+171+104=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB68 is #105497. Grayscale: #B8B8B8. Windows color (decimal): -1070232 or 6859759. OLE color: 6859759.
HSL color Cylindrical-coordinate representation of color #EFAB68: hue angle of 29.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFAB68 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 104 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.06 |
| HSL | 29.78º | 0.81% | 0.67% | - |
| HSV(B) | 29.78º | 0.56% | 0.94% | - |
| XYZ | 52.66 | 48.48 | 19.68 | - |
| YUV | 183.69 | 83.03 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 104 | 0 | 0.28 | 0.56 | 0.06 | 29.78 | 0.81 | 0.67 |
| Hex | EF | AB | 68 | 0 | 1C | 38 | 6 | 1E | 51 | 43 |
| Octal | 357 | 253 | 150 | 0 | 34 | 70 | 6 | 36 | 121 | 103 |
| Binary | 11101111 | 10101011 | 1101000 | 0 | 11100 | 111000 | 110 | 11110 | 1010001 | 1000011 |
Color Harmonies of #EFAB68
Complementary color
Monochromatic Colors of #EFAB68
Black with #EFAB68
Text Example
Text Example
White with #EFAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB68; }
p { color: rgb(239,171,104); }
H1.HeaderClassName
{
color: #EFAB68;
}
.AnyTagClassName
{
color: #EFAB68;
}
</style>
background-color css
<style>
a { background-color: #EFAB68; }
a { background-color: rgb(239,171,104); }
div.DivClassName
{
background-color: #EFAB68;
}
.BgClassName
{
background-color: #EFAB68;
}
</style>
border-color css
<style>
span { border-color: #EFAB68; }
span { border-color: rgb(239,171,104); }
td.TdClassName
{
border-color: #EFAB68;
}
.TagClassName
{
border-color: #EFAB68;
}
</style>