Shades of Bright Sun #EFBC25
Tints of Bright Sun #EFBC25
RGB
CMYK
RGB Variations
Color information
#EFBC25 (or 0xEFBC25) is known color: Bright Sun. HEX triplet: EF, BC and 25. RGB value is (239,188,37). Sum of RGB (Red+Green+Blue) = 239+188+37=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC25 is #1043DA. Grayscale: #BABABA. Windows color (decimal): -1065947 or 2473199. OLE color: 2473199.
HSL color Cylindrical-coordinate representation of color #EFBC25: hue angle of 44.85º 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 #EFBC25 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 37 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.06 |
| HSL | 44.85º | 0.86% | 0.54% | - |
| HSV(B) | 44.85º | 0.85% | 0.94% | - |
| XYZ | 53.91 | 54.45 | 9.42 | - |
| YUV | 186.04 | 43.9 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 37 | 0 | 0.21 | 0.85 | 0.06 | 44.85 | 0.86 | 0.54 |
| Hex | EF | BC | 25 | 0 | 15 | 55 | 6 | 2D | 56 | 36 |
| Octal | 357 | 274 | 45 | 0 | 25 | 125 | 6 | 55 | 126 | 66 |
| Binary | 11101111 | 10111100 | 100101 | 0 | 10101 | 1010101 | 110 | 101101 | 1010110 | 110110 |
Color Harmonies of #EFBC25
Complementary color
Monochromatic Colors of #EFBC25
Black with #EFBC25
Text Example
Text Example
White with #EFBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC25; }
p { color: rgb(239,188,37); }
H1.HeaderClassName
{
color: #EFBC25;
}
.AnyTagClassName
{
color: #EFBC25;
}
</style>
background-color css
<style>
a { background-color: #EFBC25; }
a { background-color: rgb(239,188,37); }
div.DivClassName
{
background-color: #EFBC25;
}
.BgClassName
{
background-color: #EFBC25;
}
</style>
border-color css
<style>
span { border-color: #EFBC25; }
span { border-color: rgb(239,188,37); }
td.TdClassName
{
border-color: #EFBC25;
}
.TagClassName
{
border-color: #EFBC25;
}
</style>