Shades of Bright Sun #EFBA30
Tints of Bright Sun #EFBA30
RGB
CMYK
RGB Variations
Color information
#EFBA30 (or 0xEFBA30) is known color: Bright Sun. HEX triplet: EF, BA and 30. RGB value is (239,186,48). Sum of RGB (Red+Green+Blue) = 239+186+48=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA30 is #1045CF. Grayscale: #BABABA. Windows color (decimal): -1066448 or 3193583. OLE color: 3193583.
HSL color Cylindrical-coordinate representation of color #EFBA30: hue angle of 43.35º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFBA30 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 48 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.06 |
| HSL | 43.35º | 0.86% | 0.56% | - |
| HSV(B) | 43.35º | 0.8% | 0.94% | - |
| XYZ | 53.69 | 53.68 | 10.33 | - |
| YUV | 186.12 | 50.06 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 48 | 0 | 0.22 | 0.80 | 0.06 | 43.35 | 0.86 | 0.56 |
| Hex | EF | BA | 30 | 0 | 16 | 50 | 6 | 2B | 56 | 38 |
| Octal | 357 | 272 | 60 | 0 | 26 | 120 | 6 | 53 | 126 | 70 |
| Binary | 11101111 | 10111010 | 110000 | 0 | 10110 | 1010000 | 110 | 101011 | 1010110 | 111000 |
Color Harmonies of #EFBA30
Complementary color
Monochromatic Colors of #EFBA30
Black with #EFBA30
Text Example
Text Example
White with #EFBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA30; }
p { color: rgb(239,186,48); }
H1.HeaderClassName
{
color: #EFBA30;
}
.AnyTagClassName
{
color: #EFBA30;
}
</style>
background-color css
<style>
a { background-color: #EFBA30; }
a { background-color: rgb(239,186,48); }
div.DivClassName
{
background-color: #EFBA30;
}
.BgClassName
{
background-color: #EFBA30;
}
</style>
border-color css
<style>
span { border-color: #EFBA30; }
span { border-color: rgb(239,186,48); }
td.TdClassName
{
border-color: #EFBA30;
}
.TagClassName
{
border-color: #EFBA30;
}
</style>