Shades of Sandy Brown #EFA069
Tints of Sandy Brown #EFA069
RGB
CMYK
RGB Variations
Color information
#EFA069 (or 0xEFA069) is known color: Sandy Brown. HEX triplet: EF, A0 and 69. RGB value is (239,160,105). Sum of RGB (Red+Green+Blue) = 239+160+105=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA069 is #105F96. Grayscale: #B1B1B1. Windows color (decimal): -1073047 or 6922479. OLE color: 6922479.
HSL color Cylindrical-coordinate representation of color #EFA069: hue angle of 24.63º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFA069 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 105 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.06 |
| HSL | 24.63º | 0.81% | 0.67% | - |
| HSV(B) | 24.63º | 0.56% | 0.94% | - |
| XYZ | 50.72 | 44.51 | 19.28 | - |
| YUV | 177.35 | 87.17 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 105 | 0 | 0.33 | 0.56 | 0.06 | 24.63 | 0.81 | 0.67 |
| Hex | EF | A0 | 69 | 0 | 21 | 38 | 6 | 19 | 51 | 43 |
| Octal | 357 | 240 | 151 | 0 | 41 | 70 | 6 | 31 | 121 | 103 |
| Binary | 11101111 | 10100000 | 1101001 | 0 | 100001 | 111000 | 110 | 11001 | 1010001 | 1000011 |
Color Harmonies of #EFA069
Complementary color
Monochromatic Colors of #EFA069
Black with #EFA069
Text Example
Text Example
White with #EFA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA069; }
p { color: rgb(239,160,105); }
H1.HeaderClassName
{
color: #EFA069;
}
.AnyTagClassName
{
color: #EFA069;
}
</style>
background-color css
<style>
a { background-color: #EFA069; }
a { background-color: rgb(239,160,105); }
div.DivClassName
{
background-color: #EFA069;
}
.BgClassName
{
background-color: #EFA069;
}
</style>
border-color css
<style>
span { border-color: #EFA069; }
span { border-color: rgb(239,160,105); }
td.TdClassName
{
border-color: #EFA069;
}
.TagClassName
{
border-color: #EFA069;
}
</style>