Shades of Sandy Brown #EFA26C
Tints of Sandy Brown #EFA26C
RGB
CMYK
RGB Variations
Color information
#EFA26C (or 0xEFA26C) is known color: Sandy Brown. HEX triplet: EF, A2 and 6C. RGB value is (239,162,108). Sum of RGB (Red+Green+Blue) = 239+162+108=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA26C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA26C is #105D93. Grayscale: #B3B3B3. Windows color (decimal): -1072532 or 7119599. OLE color: 7119599.
HSL color Cylindrical-coordinate representation of color #EFA26C: hue angle of 24.73º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFA26C is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 108 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.06 |
| HSL | 24.73º | 0.8% | 0.68% | - |
| HSV(B) | 24.73º | 0.55% | 0.94% | - |
| XYZ | 51.22 | 45.27 | 20.23 | - |
| YUV | 178.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 108 | 0 | 0.32 | 0.55 | 0.06 | 24.73 | 0.8 | 0.68 |
| Hex | EF | A2 | 6C | 0 | 20 | 37 | 6 | 19 | 50 | 44 |
| Octal | 357 | 242 | 154 | 0 | 40 | 67 | 6 | 31 | 120 | 104 |
| Binary | 11101111 | 10100010 | 1101100 | 0 | 100000 | 110111 | 110 | 11001 | 1010000 | 1000100 |
Color Harmonies of #EFA26C
Complementary color
Monochromatic Colors of #EFA26C
Black with #EFA26C
Text Example
Text Example
White with #EFA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA26C; }
p { color: rgb(239,162,108); }
H1.HeaderClassName
{
color: #EFA26C;
}
.AnyTagClassName
{
color: #EFA26C;
}
</style>
background-color css
<style>
a { background-color: #EFA26C; }
a { background-color: rgb(239,162,108); }
div.DivClassName
{
background-color: #EFA26C;
}
.BgClassName
{
background-color: #EFA26C;
}
</style>
border-color css
<style>
span { border-color: #EFA26C; }
span { border-color: rgb(239,162,108); }
td.TdClassName
{
border-color: #EFA26C;
}
.TagClassName
{
border-color: #EFA26C;
}
</style>