Shades of Sunshade #EFA14A
Tints of Sunshade #EFA14A
RGB
CMYK
RGB Variations
Color information
#EFA14A (or 0xEFA14A) is known color: Sunshade. HEX triplet: EF, A1 and 4A. RGB value is (239,161,74). Sum of RGB (Red+Green+Blue) = 239+161+74=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA14A is #105EB5. Grayscale: #AEAEAE. Windows color (decimal): -1072822 or 4891119. OLE color: 4891119.
HSL color Cylindrical-coordinate representation of color #EFA14A: hue angle of 31.64º 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 #EFA14A is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 74 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.06 |
| HSL | 31.64º | 0.84% | 0.61% | - |
| HSV(B) | 31.64º | 0.69% | 0.94% | - |
| XYZ | 49.58 | 44.33 | 12.42 | - |
| YUV | 174.4 | 71.34 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 74 | 0 | 0.33 | 0.69 | 0.06 | 31.64 | 0.84 | 0.61 |
| Hex | EF | A1 | 4A | 0 | 21 | 45 | 6 | 20 | 54 | 3D |
| Octal | 357 | 241 | 112 | 0 | 41 | 105 | 6 | 40 | 124 | 75 |
| Binary | 11101111 | 10100001 | 1001010 | 0 | 100001 | 1000101 | 110 | 100000 | 1010100 | 111101 |
Color Harmonies of #EFA14A
Complementary color
Monochromatic Colors of #EFA14A
Black with #EFA14A
Text Example
Text Example
White with #EFA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA14A; }
p { color: rgb(239,161,74); }
H1.HeaderClassName
{
color: #EFA14A;
}
.AnyTagClassName
{
color: #EFA14A;
}
</style>
background-color css
<style>
a { background-color: #EFA14A; }
a { background-color: rgb(239,161,74); }
div.DivClassName
{
background-color: #EFA14A;
}
.BgClassName
{
background-color: #EFA14A;
}
</style>
border-color css
<style>
span { border-color: #EFA14A; }
span { border-color: rgb(239,161,74); }
td.TdClassName
{
border-color: #EFA14A;
}
.TagClassName
{
border-color: #EFA14A;
}
</style>