Shades of Sandy Brown #EFA56A
Tints of Sandy Brown #EFA56A
RGB
CMYK
RGB Variations
Color information
#EFA56A (or 0xEFA56A) is known color: Sandy Brown. HEX triplet: EF, A5 and 6A. RGB value is (239,165,106). Sum of RGB (Red+Green+Blue) = 239+165+106=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA56A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA56A is #105A95. Grayscale: #B4B4B4. Windows color (decimal): -1071766 or 6989295. OLE color: 6989295.
HSL color Cylindrical-coordinate representation of color #EFA56A: hue angle of 26.62º 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 #EFA56A is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 106 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.06 |
| HSL | 26.62º | 0.81% | 0.68% | - |
| HSV(B) | 26.62º | 0.56% | 0.94% | - |
| XYZ | 51.65 | 46.3 | 19.85 | - |
| YUV | 180.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 106 | 0 | 0.31 | 0.56 | 0.06 | 26.62 | 0.81 | 0.68 |
| Hex | EF | A5 | 6A | 0 | 1F | 38 | 6 | 1B | 51 | 44 |
| Octal | 357 | 245 | 152 | 0 | 37 | 70 | 6 | 33 | 121 | 104 |
| Binary | 11101111 | 10100101 | 1101010 | 0 | 11111 | 111000 | 110 | 11011 | 1010001 | 1000100 |
Color Harmonies of #EFA56A
Complementary color
Monochromatic Colors of #EFA56A
Black with #EFA56A
Text Example
Text Example
White with #EFA56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA56A; }
p { color: rgb(239,165,106); }
H1.HeaderClassName
{
color: #EFA56A;
}
.AnyTagClassName
{
color: #EFA56A;
}
</style>
background-color css
<style>
a { background-color: #EFA56A; }
a { background-color: rgb(239,165,106); }
div.DivClassName
{
background-color: #EFA56A;
}
.BgClassName
{
background-color: #EFA56A;
}
</style>
border-color css
<style>
span { border-color: #EFA56A; }
span { border-color: rgb(239,165,106); }
td.TdClassName
{
border-color: #EFA56A;
}
.TagClassName
{
border-color: #EFA56A;
}
</style>