Shades of Sandy Brown #EFA96C
Tints of Sandy Brown #EFA96C
RGB
CMYK
RGB Variations
Color information
#EFA96C (or 0xEFA96C) is known color: Sandy Brown. HEX triplet: EF, A9 and 6C. RGB value is (239,169,108). Sum of RGB (Red+Green+Blue) = 239+169+108=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA96C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA96C is #105693. Grayscale: #B7B7B7. Windows color (decimal): -1070740 or 7121391. OLE color: 7121391.
HSL color Cylindrical-coordinate representation of color #EFA96C: hue angle of 27.94º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFA96C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 108 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.06 |
| HSL | 27.94º | 0.8% | 0.68% | - |
| HSV(B) | 27.94º | 0.55% | 0.94% | - |
| XYZ | 52.49 | 47.81 | 20.65 | - |
| YUV | 182.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 108 | 0 | 0.29 | 0.55 | 0.06 | 27.94 | 0.8 | 0.68 |
| Hex | EF | A9 | 6C | 0 | 1D | 37 | 6 | 1C | 50 | 44 |
| Octal | 357 | 251 | 154 | 0 | 35 | 67 | 6 | 34 | 120 | 104 |
| Binary | 11101111 | 10101001 | 1101100 | 0 | 11101 | 110111 | 110 | 11100 | 1010000 | 1000100 |
Color Harmonies of #EFA96C
Complementary color
Monochromatic Colors of #EFA96C
Black with #EFA96C
Text Example
Text Example
White with #EFA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA96C; }
p { color: rgb(239,169,108); }
H1.HeaderClassName
{
color: #EFA96C;
}
.AnyTagClassName
{
color: #EFA96C;
}
</style>
background-color css
<style>
a { background-color: #EFA96C; }
a { background-color: rgb(239,169,108); }
div.DivClassName
{
background-color: #EFA96C;
}
.BgClassName
{
background-color: #EFA96C;
}
</style>
border-color css
<style>
span { border-color: #EFA96C; }
span { border-color: rgb(239,169,108); }
td.TdClassName
{
border-color: #EFA96C;
}
.TagClassName
{
border-color: #EFA96C;
}
</style>