Shades of Sandy Brown #EFA862
Tints of Sandy Brown #EFA862
RGB
CMYK
RGB Variations
Color information
#EFA862 (or 0xEFA862) is known color: Sandy Brown. HEX triplet: EF, A8 and 62. RGB value is (239,168,98). Sum of RGB (Red+Green+Blue) = 239+168+98=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA862 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA862 is #10579D. Grayscale: #B5B5B5. Windows color (decimal): -1071006 or 6465775. OLE color: 6465775.
HSL color Cylindrical-coordinate representation of color #EFA862: hue angle of 29.79º degrees, saturation: 0.82, 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 #EFA862 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 98 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.06 |
| HSL | 29.79º | 0.82% | 0.66% | - |
| HSV(B) | 29.79º | 0.59% | 0.94% | - |
| XYZ | 51.8 | 47.24 | 17.94 | - |
| YUV | 181.25 | 81.02 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 98 | 0 | 0.30 | 0.59 | 0.06 | 29.79 | 0.82 | 0.66 |
| Hex | EF | A8 | 62 | 0 | 1E | 3B | 6 | 1E | 52 | 42 |
| Octal | 357 | 250 | 142 | 0 | 36 | 73 | 6 | 36 | 122 | 102 |
| Binary | 11101111 | 10101000 | 1100010 | 0 | 11110 | 111011 | 110 | 11110 | 1010010 | 1000010 |
Color Harmonies of #EFA862
Complementary color
Monochromatic Colors of #EFA862
Black with #EFA862
Text Example
Text Example
White with #EFA862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA862; }
p { color: rgb(239,168,98); }
H1.HeaderClassName
{
color: #EFA862;
}
.AnyTagClassName
{
color: #EFA862;
}
</style>
background-color css
<style>
a { background-color: #EFA862; }
a { background-color: rgb(239,168,98); }
div.DivClassName
{
background-color: #EFA862;
}
.BgClassName
{
background-color: #EFA862;
}
</style>
border-color css
<style>
span { border-color: #EFA862; }
span { border-color: rgb(239,168,98); }
td.TdClassName
{
border-color: #EFA862;
}
.TagClassName
{
border-color: #EFA862;
}
</style>