Shades of Bright Sun #EFBA37
Tints of Bright Sun #EFBA37
RGB
CMYK
RGB Variations
Color information
#EFBA37 (or 0xEFBA37) is known color: Bright Sun. HEX triplet: EF, BA and 37. RGB value is (239,186,55). Sum of RGB (Red+Green+Blue) = 239+186+55=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 55 (21.88% from 255 or 11.46% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA37 is #1045C8. Grayscale: #BBBBBB. Windows color (decimal): -1066441 or 3652335. OLE color: 3652335.
HSL color Cylindrical-coordinate representation of color #EFBA37: hue angle of 42.72º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFBA37 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 55 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.06 |
| HSL | 42.72º | 0.85% | 0.58% | - |
| HSV(B) | 42.72º | 0.77% | 0.94% | - |
| XYZ | 53.85 | 53.74 | 11.15 | - |
| YUV | 186.91 | 53.56 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 55 | 0 | 0.22 | 0.77 | 0.06 | 42.72 | 0.85 | 0.58 |
| Hex | EF | BA | 37 | 0 | 16 | 4D | 6 | 2B | 55 | 3A |
| Octal | 357 | 272 | 67 | 0 | 26 | 115 | 6 | 53 | 125 | 72 |
| Binary | 11101111 | 10111010 | 110111 | 0 | 10110 | 1001101 | 110 | 101011 | 1010101 | 111010 |
Color Harmonies of #EFBA37
Complementary color
Monochromatic Colors of #EFBA37
Black with #EFBA37
Text Example
Text Example
White with #EFBA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA37; }
p { color: rgb(239,186,55); }
H1.HeaderClassName
{
color: #EFBA37;
}
.AnyTagClassName
{
color: #EFBA37;
}
</style>
background-color css
<style>
a { background-color: #EFBA37; }
a { background-color: rgb(239,186,55); }
div.DivClassName
{
background-color: #EFBA37;
}
.BgClassName
{
background-color: #EFBA37;
}
</style>
border-color css
<style>
span { border-color: #EFBA37; }
span { border-color: rgb(239,186,55); }
td.TdClassName
{
border-color: #EFBA37;
}
.TagClassName
{
border-color: #EFBA37;
}
</style>