Shades of Bright Sun #EFBA25
Tints of Bright Sun #EFBA25
RGB
CMYK
RGB Variations
Color information
#EFBA25 (or 0xEFBA25) is known color: Bright Sun. HEX triplet: EF, BA and 25. RGB value is (239,186,37). Sum of RGB (Red+Green+Blue) = 239+186+37=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA25 is #1045DA. Grayscale: #B9B9B9. Windows color (decimal): -1066459 or 2472687. OLE color: 2472687.
HSL color Cylindrical-coordinate representation of color #EFBA25: hue angle of 44.26º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFBA25 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 37 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.06 |
| HSL | 44.26º | 0.86% | 0.54% | - |
| HSV(B) | 44.26º | 0.85% | 0.94% | - |
| XYZ | 53.49 | 53.6 | 9.28 | - |
| YUV | 184.86 | 44.56 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 37 | 0 | 0.22 | 0.85 | 0.06 | 44.26 | 0.86 | 0.54 |
| Hex | EF | BA | 25 | 0 | 16 | 55 | 6 | 2C | 56 | 36 |
| Octal | 357 | 272 | 45 | 0 | 26 | 125 | 6 | 54 | 126 | 66 |
| Binary | 11101111 | 10111010 | 100101 | 0 | 10110 | 1010101 | 110 | 101100 | 1010110 | 110110 |
Color Harmonies of #EFBA25
Complementary color
Monochromatic Colors of #EFBA25
Black with #EFBA25
Text Example
Text Example
White with #EFBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA25; }
p { color: rgb(239,186,37); }
H1.HeaderClassName
{
color: #EFBA25;
}
.AnyTagClassName
{
color: #EFBA25;
}
</style>
background-color css
<style>
a { background-color: #EFBA25; }
a { background-color: rgb(239,186,37); }
div.DivClassName
{
background-color: #EFBA25;
}
.BgClassName
{
background-color: #EFBA25;
}
</style>
border-color css
<style>
span { border-color: #EFBA25; }
span { border-color: rgb(239,186,37); }
td.TdClassName
{
border-color: #EFBA25;
}
.TagClassName
{
border-color: #EFBA25;
}
</style>