Shades of Sunshade #EFA24A
Tints of Sunshade #EFA24A
RGB
CMYK
RGB Variations
Color information
#EFA24A (or 0xEFA24A) is known color: Sunshade. HEX triplet: EF, A2 and 4A. RGB value is (239,162,74). Sum of RGB (Red+Green+Blue) = 239+162+74=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA24A is #105DB5. Grayscale: #AFAFAF. Windows color (decimal): -1072566 or 4891375. OLE color: 4891375.
HSL color Cylindrical-coordinate representation of color #EFA24A: hue angle of 32º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFA24A is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 74 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.06 |
| HSL | 32º | 0.84% | 0.61% | - |
| HSV(B) | 32º | 0.69% | 0.94% | - |
| XYZ | 49.75 | 44.69 | 12.48 | - |
| YUV | 174.99 | 71.01 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 74 | 0 | 0.32 | 0.69 | 0.06 | 32 | 0.84 | 0.61 |
| Hex | EF | A2 | 4A | 0 | 20 | 45 | 6 | 20 | 54 | 3D |
| Octal | 357 | 242 | 112 | 0 | 40 | 105 | 6 | 40 | 124 | 75 |
| Binary | 11101111 | 10100010 | 1001010 | 0 | 100000 | 1000101 | 110 | 100000 | 1010100 | 111101 |
Color Harmonies of #EFA24A
Complementary color
Monochromatic Colors of #EFA24A
Black with #EFA24A
Text Example
Text Example
White with #EFA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA24A; }
p { color: rgb(239,162,74); }
H1.HeaderClassName
{
color: #EFA24A;
}
.AnyTagClassName
{
color: #EFA24A;
}
</style>
background-color css
<style>
a { background-color: #EFA24A; }
a { background-color: rgb(239,162,74); }
div.DivClassName
{
background-color: #EFA24A;
}
.BgClassName
{
background-color: #EFA24A;
}
</style>
border-color css
<style>
span { border-color: #EFA24A; }
span { border-color: rgb(239,162,74); }
td.TdClassName
{
border-color: #EFA24A;
}
.TagClassName
{
border-color: #EFA24A;
}
</style>