Shades of Sandy Brown #EFA66D
Tints of Sandy Brown #EFA66D
RGB
CMYK
RGB Variations
Color information
#EFA66D (or 0xEFA66D) is known color: Sandy Brown. HEX triplet: EF, A6 and 6D. RGB value is (239,166,109). Sum of RGB (Red+Green+Blue) = 239+166+109=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA66D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA66D is #105992. Grayscale: #B5B5B5. Windows color (decimal): -1071507 or 7186159. OLE color: 7186159.
HSL color Cylindrical-coordinate representation of color #EFA66D: hue angle of 26.31º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFA66D is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 109 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.06 |
| HSL | 26.31º | 0.8% | 0.68% | - |
| HSV(B) | 26.31º | 0.54% | 0.94% | - |
| XYZ | 51.99 | 46.73 | 20.75 | - |
| YUV | 181.33 | 87.18 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 109 | 0 | 0.31 | 0.54 | 0.06 | 26.31 | 0.8 | 0.68 |
| Hex | EF | A6 | 6D | 0 | 1F | 36 | 6 | 1A | 50 | 44 |
| Octal | 357 | 246 | 155 | 0 | 37 | 66 | 6 | 32 | 120 | 104 |
| Binary | 11101111 | 10100110 | 1101101 | 0 | 11111 | 110110 | 110 | 11010 | 1010000 | 1000100 |
Color Harmonies of #EFA66D
Complementary color
Monochromatic Colors of #EFA66D
Black with #EFA66D
Text Example
Text Example
White with #EFA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA66D; }
p { color: rgb(239,166,109); }
H1.HeaderClassName
{
color: #EFA66D;
}
.AnyTagClassName
{
color: #EFA66D;
}
</style>
background-color css
<style>
a { background-color: #EFA66D; }
a { background-color: rgb(239,166,109); }
div.DivClassName
{
background-color: #EFA66D;
}
.BgClassName
{
background-color: #EFA66D;
}
</style>
border-color css
<style>
span { border-color: #EFA66D; }
span { border-color: rgb(239,166,109); }
td.TdClassName
{
border-color: #EFA66D;
}
.TagClassName
{
border-color: #EFA66D;
}
</style>