Shades of Sandy Brown #EFA062
Tints of Sandy Brown #EFA062
RGB
CMYK
RGB Variations
Color information
#EFA062 (or 0xEFA062) is known color: Sandy Brown. HEX triplet: EF, A0 and 62. RGB value is (239,160,98). Sum of RGB (Red+Green+Blue) = 239+160+98=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA062 is #105F9D. Grayscale: #B0B0B0. Windows color (decimal): -1073054 or 6463727. OLE color: 6463727.
HSL color Cylindrical-coordinate representation of color #EFA062: hue angle of 26.38º 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 #EFA062 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 98 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.06 |
| HSL | 26.38º | 0.82% | 0.66% | - |
| HSV(B) | 26.38º | 0.59% | 0.94% | - |
| XYZ | 50.37 | 44.37 | 17.47 | - |
| YUV | 176.55 | 83.67 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 98 | 0 | 0.33 | 0.59 | 0.06 | 26.38 | 0.82 | 0.66 |
| Hex | EF | A0 | 62 | 0 | 21 | 3B | 6 | 1A | 52 | 42 |
| Octal | 357 | 240 | 142 | 0 | 41 | 73 | 6 | 32 | 122 | 102 |
| Binary | 11101111 | 10100000 | 1100010 | 0 | 100001 | 111011 | 110 | 11010 | 1010010 | 1000010 |
Color Harmonies of #EFA062
Complementary color
Monochromatic Colors of #EFA062
Black with #EFA062
Text Example
Text Example
White with #EFA062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA062; }
p { color: rgb(239,160,98); }
H1.HeaderClassName
{
color: #EFA062;
}
.AnyTagClassName
{
color: #EFA062;
}
</style>
background-color css
<style>
a { background-color: #EFA062; }
a { background-color: rgb(239,160,98); }
div.DivClassName
{
background-color: #EFA062;
}
.BgClassName
{
background-color: #EFA062;
}
</style>
border-color css
<style>
span { border-color: #EFA062; }
span { border-color: rgb(239,160,98); }
td.TdClassName
{
border-color: #EFA062;
}
.TagClassName
{
border-color: #EFA062;
}
</style>