Shades of Bright Sun #EFBA36
Tints of Bright Sun #EFBA36
RGB
CMYK
RGB Variations
Color information
#EFBA36 (or 0xEFBA36) is known color: Bright Sun. HEX triplet: EF, BA and 36. RGB value is (239,186,54). Sum of RGB (Red+Green+Blue) = 239+186+54=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 54 (21.48% from 255 or 11.27% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA36 is #1045C9. Grayscale: #BBBBBB. Windows color (decimal): -1066442 or 3586799. OLE color: 3586799.
HSL color Cylindrical-coordinate representation of color #EFBA36: hue angle of 42.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFBA36 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 54 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.06 |
| HSL | 42.81º | 0.85% | 0.57% | - |
| HSV(B) | 42.81º | 0.77% | 0.94% | - |
| XYZ | 53.82 | 53.73 | 11.03 | - |
| YUV | 186.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 54 | 0 | 0.22 | 0.77 | 0.06 | 42.81 | 0.85 | 0.57 |
| Hex | EF | BA | 36 | 0 | 16 | 4D | 6 | 2B | 55 | 39 |
| Octal | 357 | 272 | 66 | 0 | 26 | 115 | 6 | 53 | 125 | 71 |
| Binary | 11101111 | 10111010 | 110110 | 0 | 10110 | 1001101 | 110 | 101011 | 1010101 | 111001 |
Color Harmonies of #EFBA36
Complementary color
Monochromatic Colors of #EFBA36
Black with #EFBA36
Text Example
Text Example
White with #EFBA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA36; }
p { color: rgb(239,186,54); }
H1.HeaderClassName
{
color: #EFBA36;
}
.AnyTagClassName
{
color: #EFBA36;
}
</style>
background-color css
<style>
a { background-color: #EFBA36; }
a { background-color: rgb(239,186,54); }
div.DivClassName
{
background-color: #EFBA36;
}
.BgClassName
{
background-color: #EFBA36;
}
</style>
border-color css
<style>
span { border-color: #EFBA36; }
span { border-color: rgb(239,186,54); }
td.TdClassName
{
border-color: #EFBA36;
}
.TagClassName
{
border-color: #EFBA36;
}
</style>