Shades of Sunshade #EFA04B
Tints of Sunshade #EFA04B
RGB
CMYK
RGB Variations
Color information
#EFA04B (or 0xEFA04B) is known color: Sunshade. HEX triplet: EF, A0 and 4B. RGB value is (239,160,75). Sum of RGB (Red+Green+Blue) = 239+160+75=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA04B is #105FB4. Grayscale: #AEAEAE. Windows color (decimal): -1073077 or 4956399. OLE color: 4956399.
HSL color Cylindrical-coordinate representation of color #EFA04B: hue angle of 31.1º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFA04B is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 75 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.06 |
| HSL | 31.1º | 0.84% | 0.62% | - |
| HSV(B) | 31.1º | 0.69% | 0.94% | - |
| XYZ | 49.44 | 44 | 12.54 | - |
| YUV | 173.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 75 | 0 | 0.33 | 0.69 | 0.06 | 31.1 | 0.84 | 0.62 |
| Hex | EF | A0 | 4B | 0 | 21 | 45 | 6 | 1F | 54 | 3E |
| Octal | 357 | 240 | 113 | 0 | 41 | 105 | 6 | 37 | 124 | 76 |
| Binary | 11101111 | 10100000 | 1001011 | 0 | 100001 | 1000101 | 110 | 11111 | 1010100 | 111110 |
Color Harmonies of #EFA04B
Complementary color
Monochromatic Colors of #EFA04B
Black with #EFA04B
Text Example
Text Example
White with #EFA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA04B; }
p { color: rgb(239,160,75); }
H1.HeaderClassName
{
color: #EFA04B;
}
.AnyTagClassName
{
color: #EFA04B;
}
</style>
background-color css
<style>
a { background-color: #EFA04B; }
a { background-color: rgb(239,160,75); }
div.DivClassName
{
background-color: #EFA04B;
}
.BgClassName
{
background-color: #EFA04B;
}
</style>
border-color css
<style>
span { border-color: #EFA04B; }
span { border-color: rgb(239,160,75); }
td.TdClassName
{
border-color: #EFA04B;
}
.TagClassName
{
border-color: #EFA04B;
}
</style>