Shades of Sandy Brown #EFA067
Tints of Sandy Brown #EFA067
RGB
CMYK
RGB Variations
Color information
#EFA067 (or 0xEFA067) is known color: Sandy Brown. HEX triplet: EF, A0 and 67. RGB value is (239,160,103). Sum of RGB (Red+Green+Blue) = 239+160+103=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA067 is #105F98. Grayscale: #B1B1B1. Windows color (decimal): -1073049 or 6791407. OLE color: 6791407.
HSL color Cylindrical-coordinate representation of color #EFA067: hue angle of 25.15º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFA067 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 103 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.06 |
| HSL | 25.15º | 0.81% | 0.67% | - |
| HSV(B) | 25.15º | 0.57% | 0.94% | - |
| XYZ | 50.62 | 44.47 | 18.75 | - |
| YUV | 177.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 103 | 0 | 0.33 | 0.57 | 0.06 | 25.15 | 0.81 | 0.67 |
| Hex | EF | A0 | 67 | 0 | 21 | 39 | 6 | 19 | 51 | 43 |
| Octal | 357 | 240 | 147 | 0 | 41 | 71 | 6 | 31 | 121 | 103 |
| Binary | 11101111 | 10100000 | 1100111 | 0 | 100001 | 111001 | 110 | 11001 | 1010001 | 1000011 |
Color Harmonies of #EFA067
Complementary color
Monochromatic Colors of #EFA067
Black with #EFA067
Text Example
Text Example
White with #EFA067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA067; }
p { color: rgb(239,160,103); }
H1.HeaderClassName
{
color: #EFA067;
}
.AnyTagClassName
{
color: #EFA067;
}
</style>
background-color css
<style>
a { background-color: #EFA067; }
a { background-color: rgb(239,160,103); }
div.DivClassName
{
background-color: #EFA067;
}
.BgClassName
{
background-color: #EFA067;
}
</style>
border-color css
<style>
span { border-color: #EFA067; }
span { border-color: rgb(239,160,103); }
td.TdClassName
{
border-color: #EFA067;
}
.TagClassName
{
border-color: #EFA067;
}
</style>