Shades of Sandy Brown #EFA16A
Tints of Sandy Brown #EFA16A
RGB
CMYK
RGB Variations
Color information
#EFA16A (or 0xEFA16A) is known color: Sandy Brown. HEX triplet: EF, A1 and 6A. RGB value is (239,161,106). Sum of RGB (Red+Green+Blue) = 239+161+106=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA16A is #105E95. Grayscale: #B2B2B2. Windows color (decimal): -1072790 or 6988271. OLE color: 6988271.
HSL color Cylindrical-coordinate representation of color #EFA16A: hue angle of 24.81º 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 #EFA16A is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 106 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.06 |
| HSL | 24.81º | 0.81% | 0.68% | - |
| HSV(B) | 24.81º | 0.56% | 0.94% | - |
| XYZ | 50.94 | 44.88 | 19.61 | - |
| YUV | 178.05 | 87.34 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 106 | 0 | 0.33 | 0.56 | 0.06 | 24.81 | 0.81 | 0.68 |
| Hex | EF | A1 | 6A | 0 | 21 | 38 | 6 | 19 | 51 | 44 |
| Octal | 357 | 241 | 152 | 0 | 41 | 70 | 6 | 31 | 121 | 104 |
| Binary | 11101111 | 10100001 | 1101010 | 0 | 100001 | 111000 | 110 | 11001 | 1010001 | 1000100 |
Color Harmonies of #EFA16A
Complementary color
Monochromatic Colors of #EFA16A
Black with #EFA16A
Text Example
Text Example
White with #EFA16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA16A; }
p { color: rgb(239,161,106); }
H1.HeaderClassName
{
color: #EFA16A;
}
.AnyTagClassName
{
color: #EFA16A;
}
</style>
background-color css
<style>
a { background-color: #EFA16A; }
a { background-color: rgb(239,161,106); }
div.DivClassName
{
background-color: #EFA16A;
}
.BgClassName
{
background-color: #EFA16A;
}
</style>
border-color css
<style>
span { border-color: #EFA16A; }
span { border-color: rgb(239,161,106); }
td.TdClassName
{
border-color: #EFA16A;
}
.TagClassName
{
border-color: #EFA16A;
}
</style>