Shades of Sandy Brown #EFA46D
Tints of Sandy Brown #EFA46D
RGB
CMYK
RGB Variations
Color information
#EFA46D (or 0xEFA46D) is known color: Sandy Brown. HEX triplet: EF, A4 and 6D. RGB value is (239,164,109). Sum of RGB (Red+Green+Blue) = 239+164+109=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA46D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA46D is #105B92. Grayscale: #B4B4B4. Windows color (decimal): -1072019 or 7185647. OLE color: 7185647.
HSL color Cylindrical-coordinate representation of color #EFA46D: hue angle of 25.38º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFA46D is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 109 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.06 |
| HSL | 25.38º | 0.8% | 0.68% | - |
| HSV(B) | 25.38º | 0.54% | 0.94% | - |
| XYZ | 51.63 | 46.01 | 20.63 | - |
| YUV | 180.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 109 | 0 | 0.31 | 0.54 | 0.06 | 25.38 | 0.8 | 0.68 |
| Hex | EF | A4 | 6D | 0 | 1F | 36 | 6 | 19 | 50 | 44 |
| Octal | 357 | 244 | 155 | 0 | 37 | 66 | 6 | 31 | 120 | 104 |
| Binary | 11101111 | 10100100 | 1101101 | 0 | 11111 | 110110 | 110 | 11001 | 1010000 | 1000100 |
Color Harmonies of #EFA46D
Complementary color
Monochromatic Colors of #EFA46D
Black with #EFA46D
Text Example
Text Example
White with #EFA46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA46D; }
p { color: rgb(239,164,109); }
H1.HeaderClassName
{
color: #EFA46D;
}
.AnyTagClassName
{
color: #EFA46D;
}
</style>
background-color css
<style>
a { background-color: #EFA46D; }
a { background-color: rgb(239,164,109); }
div.DivClassName
{
background-color: #EFA46D;
}
.BgClassName
{
background-color: #EFA46D;
}
</style>
border-color css
<style>
span { border-color: #EFA46D; }
span { border-color: rgb(239,164,109); }
td.TdClassName
{
border-color: #EFA46D;
}
.TagClassName
{
border-color: #EFA46D;
}
</style>