Shades of Sunshade #EFA14F
Tints of Sunshade #EFA14F
RGB
CMYK
RGB Variations
Color information
#EFA14F (or 0xEFA14F) is known color: Sunshade. HEX triplet: EF, A1 and 4F. RGB value is (239,161,79). Sum of RGB (Red+Green+Blue) = 239+161+79=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA14F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA14F is #105EB0. Grayscale: #AFAFAF. Windows color (decimal): -1072817 or 5218799. OLE color: 5218799.
HSL color Cylindrical-coordinate representation of color #EFA14F: hue angle of 30.75º 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 #EFA14F is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 79 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.06 |
| HSL | 30.75º | 0.83% | 0.62% | - |
| HSV(B) | 30.75º | 0.67% | 0.94% | - |
| XYZ | 49.75 | 44.4 | 13.35 | - |
| YUV | 174.97 | 73.84 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 79 | 0 | 0.33 | 0.67 | 0.06 | 30.75 | 0.83 | 0.62 |
| Hex | EF | A1 | 4F | 0 | 21 | 43 | 6 | 1F | 53 | 3E |
| Octal | 357 | 241 | 117 | 0 | 41 | 103 | 6 | 37 | 123 | 76 |
| Binary | 11101111 | 10100001 | 1001111 | 0 | 100001 | 1000011 | 110 | 11111 | 1010011 | 111110 |
Color Harmonies of #EFA14F
Complementary color
Monochromatic Colors of #EFA14F
Black with #EFA14F
Text Example
Text Example
White with #EFA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA14F; }
p { color: rgb(239,161,79); }
H1.HeaderClassName
{
color: #EFA14F;
}
.AnyTagClassName
{
color: #EFA14F;
}
</style>
background-color css
<style>
a { background-color: #EFA14F; }
a { background-color: rgb(239,161,79); }
div.DivClassName
{
background-color: #EFA14F;
}
.BgClassName
{
background-color: #EFA14F;
}
</style>
border-color css
<style>
span { border-color: #EFA14F; }
span { border-color: rgb(239,161,79); }
td.TdClassName
{
border-color: #EFA14F;
}
.TagClassName
{
border-color: #EFA14F;
}
</style>