Shades of Sandy Brown #EFA26A
Tints of Sandy Brown #EFA26A
RGB
CMYK
RGB Variations
Color information
#EFA26A (or 0xEFA26A) is known color: Sandy Brown. HEX triplet: EF, A2 and 6A. RGB value is (239,162,106). Sum of RGB (Red+Green+Blue) = 239+162+106=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA26A is #105D95. Grayscale: #B2B2B2. Windows color (decimal): -1072534 or 6988527. OLE color: 6988527.
HSL color Cylindrical-coordinate representation of color #EFA26A: hue angle of 25.26º 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 #EFA26A is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 106 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.06 |
| HSL | 25.26º | 0.81% | 0.68% | - |
| HSV(B) | 25.26º | 0.56% | 0.94% | - |
| XYZ | 51.12 | 45.23 | 19.67 | - |
| YUV | 178.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 106 | 0 | 0.32 | 0.56 | 0.06 | 25.26 | 0.81 | 0.68 |
| Hex | EF | A2 | 6A | 0 | 20 | 38 | 6 | 19 | 51 | 44 |
| Octal | 357 | 242 | 152 | 0 | 40 | 70 | 6 | 31 | 121 | 104 |
| Binary | 11101111 | 10100010 | 1101010 | 0 | 100000 | 111000 | 110 | 11001 | 1010001 | 1000100 |
Color Harmonies of #EFA26A
Complementary color
Monochromatic Colors of #EFA26A
Black with #EFA26A
Text Example
Text Example
White with #EFA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA26A; }
p { color: rgb(239,162,106); }
H1.HeaderClassName
{
color: #EFA26A;
}
.AnyTagClassName
{
color: #EFA26A;
}
</style>
background-color css
<style>
a { background-color: #EFA26A; }
a { background-color: rgb(239,162,106); }
div.DivClassName
{
background-color: #EFA26A;
}
.BgClassName
{
background-color: #EFA26A;
}
</style>
border-color css
<style>
span { border-color: #EFA26A; }
span { border-color: rgb(239,162,106); }
td.TdClassName
{
border-color: #EFA26A;
}
.TagClassName
{
border-color: #EFA26A;
}
</style>