Shades of Sandy Brown #EFA863
Tints of Sandy Brown #EFA863
RGB
CMYK
RGB Variations
Color information
#EFA863 (or 0xEFA863) is known color: Sandy Brown. HEX triplet: EF, A8 and 63. RGB value is (239,168,99). Sum of RGB (Red+Green+Blue) = 239+168+99=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA863 is #10579C. Grayscale: #B5B5B5. Windows color (decimal): -1071005 or 6531311. OLE color: 6531311.
HSL color Cylindrical-coordinate representation of color #EFA863: hue angle of 29.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFA863 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 99 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.06 |
| HSL | 29.57º | 0.81% | 0.66% | - |
| HSV(B) | 29.57º | 0.59% | 0.94% | - |
| XYZ | 51.85 | 47.26 | 18.19 | - |
| YUV | 181.36 | 81.52 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 99 | 0 | 0.30 | 0.59 | 0.06 | 29.57 | 0.81 | 0.66 |
| Hex | EF | A8 | 63 | 0 | 1E | 3B | 6 | 1E | 51 | 42 |
| Octal | 357 | 250 | 143 | 0 | 36 | 73 | 6 | 36 | 121 | 102 |
| Binary | 11101111 | 10101000 | 1100011 | 0 | 11110 | 111011 | 110 | 11110 | 1010001 | 1000010 |
Color Harmonies of #EFA863
Complementary color
Monochromatic Colors of #EFA863
Black with #EFA863
Text Example
Text Example
White with #EFA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA863; }
p { color: rgb(239,168,99); }
H1.HeaderClassName
{
color: #EFA863;
}
.AnyTagClassName
{
color: #EFA863;
}
</style>
background-color css
<style>
a { background-color: #EFA863; }
a { background-color: rgb(239,168,99); }
div.DivClassName
{
background-color: #EFA863;
}
.BgClassName
{
background-color: #EFA863;
}
</style>
border-color css
<style>
span { border-color: #EFA863; }
span { border-color: rgb(239,168,99); }
td.TdClassName
{
border-color: #EFA863;
}
.TagClassName
{
border-color: #EFA863;
}
</style>