Shades of Bright Sun #EFBC34
Tints of Bright Sun #EFBC34
RGB
CMYK
RGB Variations
Color information
#EFBC34 (or 0xEFBC34) is known color: Bright Sun. HEX triplet: EF, BC and 34. RGB value is (239,188,52). Sum of RGB (Red+Green+Blue) = 239+188+52=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC34 is #1043CB. Grayscale: #BCBCBC. Windows color (decimal): -1065932 or 3456239. OLE color: 3456239.
HSL color Cylindrical-coordinate representation of color #EFBC34: hue angle of 43.64º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFBC34 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 52 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.06 |
| HSL | 43.64º | 0.85% | 0.57% | - |
| HSV(B) | 43.64º | 0.78% | 0.94% | - |
| XYZ | 54.2 | 54.57 | 10.92 | - |
| YUV | 187.75 | 51.4 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 52 | 0 | 0.21 | 0.78 | 0.06 | 43.64 | 0.85 | 0.57 |
| Hex | EF | BC | 34 | 0 | 15 | 4E | 6 | 2C | 55 | 39 |
| Octal | 357 | 274 | 64 | 0 | 25 | 116 | 6 | 54 | 125 | 71 |
| Binary | 11101111 | 10111100 | 110100 | 0 | 10101 | 1001110 | 110 | 101100 | 1010101 | 111001 |
Color Harmonies of #EFBC34
Complementary color
Monochromatic Colors of #EFBC34
Black with #EFBC34
Text Example
Text Example
White with #EFBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC34; }
p { color: rgb(239,188,52); }
H1.HeaderClassName
{
color: #EFBC34;
}
.AnyTagClassName
{
color: #EFBC34;
}
</style>
background-color css
<style>
a { background-color: #EFBC34; }
a { background-color: rgb(239,188,52); }
div.DivClassName
{
background-color: #EFBC34;
}
.BgClassName
{
background-color: #EFBC34;
}
</style>
border-color css
<style>
span { border-color: #EFBC34; }
span { border-color: rgb(239,188,52); }
td.TdClassName
{
border-color: #EFBC34;
}
.TagClassName
{
border-color: #EFBC34;
}
</style>