Shades of Sandy Brown #EFA66A
Tints of Sandy Brown #EFA66A
RGB
CMYK
RGB Variations
Color information
#EFA66A (or 0xEFA66A) is known color: Sandy Brown. HEX triplet: EF, A6 and 6A. RGB value is (239,166,106). Sum of RGB (Red+Green+Blue) = 239+166+106=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA66A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA66A is #105995. Grayscale: #B5B5B5. Windows color (decimal): -1071510 or 6989551. OLE color: 6989551.
HSL color Cylindrical-coordinate representation of color #EFA66A: hue angle of 27.07º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFA66A is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 106 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.06 |
| HSL | 27.07º | 0.81% | 0.68% | - |
| HSV(B) | 27.07º | 0.56% | 0.94% | - |
| XYZ | 51.83 | 46.66 | 19.91 | - |
| YUV | 180.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 106 | 0 | 0.31 | 0.56 | 0.06 | 27.07 | 0.81 | 0.68 |
| Hex | EF | A6 | 6A | 0 | 1F | 38 | 6 | 1B | 51 | 44 |
| Octal | 357 | 246 | 152 | 0 | 37 | 70 | 6 | 33 | 121 | 104 |
| Binary | 11101111 | 10100110 | 1101010 | 0 | 11111 | 111000 | 110 | 11011 | 1010001 | 1000100 |
Color Harmonies of #EFA66A
Complementary color
Monochromatic Colors of #EFA66A
Black with #EFA66A
Text Example
Text Example
White with #EFA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA66A; }
p { color: rgb(239,166,106); }
H1.HeaderClassName
{
color: #EFA66A;
}
.AnyTagClassName
{
color: #EFA66A;
}
</style>
background-color css
<style>
a { background-color: #EFA66A; }
a { background-color: rgb(239,166,106); }
div.DivClassName
{
background-color: #EFA66A;
}
.BgClassName
{
background-color: #EFA66A;
}
</style>
border-color css
<style>
span { border-color: #EFA66A; }
span { border-color: rgb(239,166,106); }
td.TdClassName
{
border-color: #EFA66A;
}
.TagClassName
{
border-color: #EFA66A;
}
</style>