Shades of Bright Sun #EFBC37
Tints of Bright Sun #EFBC37
RGB
CMYK
RGB Variations
Color information
#EFBC37 (or 0xEFBC37) is known color: Bright Sun. HEX triplet: EF, BC and 37. RGB value is (239,188,55). Sum of RGB (Red+Green+Blue) = 239+188+55=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 55 (21.88% from 255 or 11.41% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC37 is #1043C8. Grayscale: #BCBCBC. Windows color (decimal): -1065929 or 3652847. OLE color: 3652847.
HSL color Cylindrical-coordinate representation of color #EFBC37: hue angle of 43.37º 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 #EFBC37 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 55 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.06 |
| HSL | 43.37º | 0.85% | 0.58% | - |
| HSV(B) | 43.37º | 0.77% | 0.94% | - |
| XYZ | 54.27 | 54.59 | 11.29 | - |
| YUV | 188.09 | 52.9 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 55 | 0 | 0.21 | 0.77 | 0.06 | 43.37 | 0.85 | 0.58 |
| Hex | EF | BC | 37 | 0 | 15 | 4D | 6 | 2B | 55 | 3A |
| Octal | 357 | 274 | 67 | 0 | 25 | 115 | 6 | 53 | 125 | 72 |
| Binary | 11101111 | 10111100 | 110111 | 0 | 10101 | 1001101 | 110 | 101011 | 1010101 | 111010 |
Color Harmonies of #EFBC37
Complementary color
Monochromatic Colors of #EFBC37
Black with #EFBC37
Text Example
Text Example
White with #EFBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC37; }
p { color: rgb(239,188,55); }
H1.HeaderClassName
{
color: #EFBC37;
}
.AnyTagClassName
{
color: #EFBC37;
}
</style>
background-color css
<style>
a { background-color: #EFBC37; }
a { background-color: rgb(239,188,55); }
div.DivClassName
{
background-color: #EFBC37;
}
.BgClassName
{
background-color: #EFBC37;
}
</style>
border-color css
<style>
span { border-color: #EFBC37; }
span { border-color: rgb(239,188,55); }
td.TdClassName
{
border-color: #EFBC37;
}
.TagClassName
{
border-color: #EFBC37;
}
</style>