Shades of Bright Sun #EFBA31
Tints of Bright Sun #EFBA31
RGB
CMYK
RGB Variations
Color information
#EFBA31 (or 0xEFBA31) is known color: Bright Sun. HEX triplet: EF, BA and 31. RGB value is (239,186,49). Sum of RGB (Red+Green+Blue) = 239+186+49=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA31 is #1045CE. Grayscale: #BABABA. Windows color (decimal): -1066447 or 3259119. OLE color: 3259119.
HSL color Cylindrical-coordinate representation of color #EFBA31: hue angle of 43.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFBA31 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 49 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.06 |
| HSL | 43.26º | 0.86% | 0.56% | - |
| HSV(B) | 43.26º | 0.79% | 0.94% | - |
| XYZ | 53.71 | 53.69 | 10.44 | - |
| YUV | 186.23 | 50.56 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 49 | 0 | 0.22 | 0.79 | 0.06 | 43.26 | 0.86 | 0.56 |
| Hex | EF | BA | 31 | 0 | 16 | 4F | 6 | 2B | 56 | 38 |
| Octal | 357 | 272 | 61 | 0 | 26 | 117 | 6 | 53 | 126 | 70 |
| Binary | 11101111 | 10111010 | 110001 | 0 | 10110 | 1001111 | 110 | 101011 | 1010110 | 111000 |
Color Harmonies of #EFBA31
Complementary color
Monochromatic Colors of #EFBA31
Black with #EFBA31
Text Example
Text Example
White with #EFBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA31; }
p { color: rgb(239,186,49); }
H1.HeaderClassName
{
color: #EFBA31;
}
.AnyTagClassName
{
color: #EFBA31;
}
</style>
background-color css
<style>
a { background-color: #EFBA31; }
a { background-color: rgb(239,186,49); }
div.DivClassName
{
background-color: #EFBA31;
}
.BgClassName
{
background-color: #EFBA31;
}
</style>
border-color css
<style>
span { border-color: #EFBA31; }
span { border-color: rgb(239,186,49); }
td.TdClassName
{
border-color: #EFBA31;
}
.TagClassName
{
border-color: #EFBA31;
}
</style>