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