Shades of Sunshade #EFA24D
Tints of Sunshade #EFA24D
RGB
CMYK
RGB Variations
Color information
#EFA24D (or 0xEFA24D) is known color: Sunshade. HEX triplet: EF, A2 and 4D. RGB value is (239,162,77). Sum of RGB (Red+Green+Blue) = 239+162+77=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA24D is #105DB2. Grayscale: #AFAFAF. Windows color (decimal): -1072563 or 5087983. OLE color: 5087983.
HSL color Cylindrical-coordinate representation of color #EFA24D: hue angle of 31.48º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFA24D is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 77 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.06 |
| HSL | 31.48º | 0.84% | 0.62% | - |
| HSV(B) | 31.48º | 0.68% | 0.94% | - |
| XYZ | 49.86 | 44.73 | 13.03 | - |
| YUV | 175.33 | 72.51 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 77 | 0 | 0.32 | 0.68 | 0.06 | 31.48 | 0.84 | 0.62 |
| Hex | EF | A2 | 4D | 0 | 20 | 44 | 6 | 1F | 54 | 3E |
| Octal | 357 | 242 | 115 | 0 | 40 | 104 | 6 | 37 | 124 | 76 |
| Binary | 11101111 | 10100010 | 1001101 | 0 | 100000 | 1000100 | 110 | 11111 | 1010100 | 111110 |
Color Harmonies of #EFA24D
Complementary color
Monochromatic Colors of #EFA24D
Black with #EFA24D
Text Example
Text Example
White with #EFA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA24D; }
p { color: rgb(239,162,77); }
H1.HeaderClassName
{
color: #EFA24D;
}
.AnyTagClassName
{
color: #EFA24D;
}
</style>
background-color css
<style>
a { background-color: #EFA24D; }
a { background-color: rgb(239,162,77); }
div.DivClassName
{
background-color: #EFA24D;
}
.BgClassName
{
background-color: #EFA24D;
}
</style>
border-color css
<style>
span { border-color: #EFA24D; }
span { border-color: rgb(239,162,77); }
td.TdClassName
{
border-color: #EFA24D;
}
.TagClassName
{
border-color: #EFA24D;
}
</style>