Shades of Sandy Brown #EFA66C
Tints of Sandy Brown #EFA66C
RGB
CMYK
RGB Variations
Color information
#EFA66C (or 0xEFA66C) is known color: Sandy Brown. HEX triplet: EF, A6 and 6C. RGB value is (239,166,108). Sum of RGB (Red+Green+Blue) = 239+166+108=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA66C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA66C is #105993. Grayscale: #B5B5B5. Windows color (decimal): -1071508 or 7120623. OLE color: 7120623.
HSL color Cylindrical-coordinate representation of color #EFA66C: hue angle of 26.56º 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 #EFA66C is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 108 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.06 |
| HSL | 26.56º | 0.8% | 0.68% | - |
| HSV(B) | 26.56º | 0.55% | 0.94% | - |
| XYZ | 51.94 | 46.71 | 20.46 | - |
| YUV | 181.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 108 | 0 | 0.31 | 0.55 | 0.06 | 26.56 | 0.8 | 0.68 |
| Hex | EF | A6 | 6C | 0 | 1F | 37 | 6 | 1B | 50 | 44 |
| Octal | 357 | 246 | 154 | 0 | 37 | 67 | 6 | 33 | 120 | 104 |
| Binary | 11101111 | 10100110 | 1101100 | 0 | 11111 | 110111 | 110 | 11011 | 1010000 | 1000100 |
Color Harmonies of #EFA66C
Complementary color
Monochromatic Colors of #EFA66C
Black with #EFA66C
Text Example
Text Example
White with #EFA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA66C; }
p { color: rgb(239,166,108); }
H1.HeaderClassName
{
color: #EFA66C;
}
.AnyTagClassName
{
color: #EFA66C;
}
</style>
background-color css
<style>
a { background-color: #EFA66C; }
a { background-color: rgb(239,166,108); }
div.DivClassName
{
background-color: #EFA66C;
}
.BgClassName
{
background-color: #EFA66C;
}
</style>
border-color css
<style>
span { border-color: #EFA66C; }
span { border-color: rgb(239,166,108); }
td.TdClassName
{
border-color: #EFA66C;
}
.TagClassName
{
border-color: #EFA66C;
}
</style>