Shades of Sunshade #EFA04E
Tints of Sunshade #EFA04E
RGB
CMYK
RGB Variations
Color information
#EFA04E (or 0xEFA04E) is known color: Sunshade. HEX triplet: EF, A0 and 4E. RGB value is (239,160,78). Sum of RGB (Red+Green+Blue) = 239+160+78=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA04E is #105FB1. Grayscale: #AEAEAE. Windows color (decimal): -1073074 or 5153007. OLE color: 5153007.
HSL color Cylindrical-coordinate representation of color #EFA04E: hue angle of 30.56º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFA04E is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 78 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.06 |
| HSL | 30.56º | 0.83% | 0.62% | - |
| HSV(B) | 30.56º | 0.67% | 0.94% | - |
| XYZ | 49.54 | 44.04 | 13.1 | - |
| YUV | 174.27 | 73.67 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 78 | 0 | 0.33 | 0.67 | 0.06 | 30.56 | 0.83 | 0.62 |
| Hex | EF | A0 | 4E | 0 | 21 | 43 | 6 | 1F | 53 | 3E |
| Octal | 357 | 240 | 116 | 0 | 41 | 103 | 6 | 37 | 123 | 76 |
| Binary | 11101111 | 10100000 | 1001110 | 0 | 100001 | 1000011 | 110 | 11111 | 1010011 | 111110 |
Color Harmonies of #EFA04E
Complementary color
Monochromatic Colors of #EFA04E
Black with #EFA04E
Text Example
Text Example
White with #EFA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA04E; }
p { color: rgb(239,160,78); }
H1.HeaderClassName
{
color: #EFA04E;
}
.AnyTagClassName
{
color: #EFA04E;
}
</style>
background-color css
<style>
a { background-color: #EFA04E; }
a { background-color: rgb(239,160,78); }
div.DivClassName
{
background-color: #EFA04E;
}
.BgClassName
{
background-color: #EFA04E;
}
</style>
border-color css
<style>
span { border-color: #EFA04E; }
span { border-color: rgb(239,160,78); }
td.TdClassName
{
border-color: #EFA04E;
}
.TagClassName
{
border-color: #EFA04E;
}
</style>