Shades of Sandy Brown #EFA766
Tints of Sandy Brown #EFA766
RGB
CMYK
RGB Variations
Color information
#EFA766 (or 0xEFA766) is known color: Sandy Brown. HEX triplet: EF, A7 and 66. RGB value is (239,167,102). Sum of RGB (Red+Green+Blue) = 239+167+102=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA766 is #105899. Grayscale: #B5B5B5. Windows color (decimal): -1071258 or 6727663. OLE color: 6727663.
HSL color Cylindrical-coordinate representation of color #EFA766: hue angle of 28.47º 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 #EFA766 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 102 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.06 |
| HSL | 28.47º | 0.81% | 0.67% | - |
| HSV(B) | 28.47º | 0.57% | 0.94% | - |
| XYZ | 51.81 | 46.95 | 18.9 | - |
| YUV | 181.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 102 | 0 | 0.30 | 0.57 | 0.06 | 28.47 | 0.81 | 0.67 |
| Hex | EF | A7 | 66 | 0 | 1E | 39 | 6 | 1C | 51 | 43 |
| Octal | 357 | 247 | 146 | 0 | 36 | 71 | 6 | 34 | 121 | 103 |
| Binary | 11101111 | 10100111 | 1100110 | 0 | 11110 | 111001 | 110 | 11100 | 1010001 | 1000011 |
Color Harmonies of #EFA766
Complementary color
Monochromatic Colors of #EFA766
Black with #EFA766
Text Example
Text Example
White with #EFA766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA766; }
p { color: rgb(239,167,102); }
H1.HeaderClassName
{
color: #EFA766;
}
.AnyTagClassName
{
color: #EFA766;
}
</style>
background-color css
<style>
a { background-color: #EFA766; }
a { background-color: rgb(239,167,102); }
div.DivClassName
{
background-color: #EFA766;
}
.BgClassName
{
background-color: #EFA766;
}
</style>
border-color css
<style>
span { border-color: #EFA766; }
span { border-color: rgb(239,167,102); }
td.TdClassName
{
border-color: #EFA766;
}
.TagClassName
{
border-color: #EFA766;
}
</style>