Shades of Sunshade #EFA050
Tints of Sunshade #EFA050
RGB
CMYK
RGB Variations
Color information
#EFA050 (or 0xEFA050) is known color: Sunshade. HEX triplet: EF, A0 and 50. RGB value is (239,160,80). Sum of RGB (Red+Green+Blue) = 239+160+80=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA050 is #105FAF. Grayscale: #AEAEAE. Windows color (decimal): -1073072 or 5284079. OLE color: 5284079.
HSL color Cylindrical-coordinate representation of color #EFA050: hue angle of 30.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFA050 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 80 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.06 |
| HSL | 30.19º | 0.83% | 0.63% | - |
| HSV(B) | 30.19º | 0.67% | 0.94% | - |
| XYZ | 49.62 | 44.07 | 13.48 | - |
| YUV | 174.5 | 74.67 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 80 | 0 | 0.33 | 0.67 | 0.06 | 30.19 | 0.83 | 0.63 |
| Hex | EF | A0 | 50 | 0 | 21 | 43 | 6 | 1E | 53 | 3F |
| Octal | 357 | 240 | 120 | 0 | 41 | 103 | 6 | 36 | 123 | 77 |
| Binary | 11101111 | 10100000 | 1010000 | 0 | 100001 | 1000011 | 110 | 11110 | 1010011 | 111111 |
Color Harmonies of #EFA050
Complementary color
Monochromatic Colors of #EFA050
Black with #EFA050
Text Example
Text Example
White with #EFA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA050; }
p { color: rgb(239,160,80); }
H1.HeaderClassName
{
color: #EFA050;
}
.AnyTagClassName
{
color: #EFA050;
}
</style>
background-color css
<style>
a { background-color: #EFA050; }
a { background-color: rgb(239,160,80); }
div.DivClassName
{
background-color: #EFA050;
}
.BgClassName
{
background-color: #EFA050;
}
</style>
border-color css
<style>
span { border-color: #EFA050; }
span { border-color: rgb(239,160,80); }
td.TdClassName
{
border-color: #EFA050;
}
.TagClassName
{
border-color: #EFA050;
}
</style>