Shades of Bright Sun #EFBB34
Tints of Bright Sun #EFBB34
RGB
CMYK
RGB Variations
Color information
#EFBB34 (or 0xEFBB34) is known color: Bright Sun. HEX triplet: EF, BB and 34. RGB value is (239,187,52). Sum of RGB (Red+Green+Blue) = 239+187+52=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBB34 is #1044CB. Grayscale: #BBBBBB. Windows color (decimal): -1066188 or 3455983. OLE color: 3455983.
HSL color Cylindrical-coordinate representation of color #EFBB34: hue angle of 43.32º 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 #EFBB34 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 52 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.06 |
| HSL | 43.32º | 0.85% | 0.57% | - |
| HSV(B) | 43.32º | 0.78% | 0.94% | - |
| XYZ | 53.99 | 54.14 | 10.85 | - |
| YUV | 187.16 | 51.73 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 52 | 0 | 0.22 | 0.78 | 0.06 | 43.32 | 0.85 | 0.57 |
| Hex | EF | BB | 34 | 0 | 16 | 4E | 6 | 2B | 55 | 39 |
| Octal | 357 | 273 | 64 | 0 | 26 | 116 | 6 | 53 | 125 | 71 |
| Binary | 11101111 | 10111011 | 110100 | 0 | 10110 | 1001110 | 110 | 101011 | 1010101 | 111001 |
Color Harmonies of #EFBB34
Complementary color
Monochromatic Colors of #EFBB34
Black with #EFBB34
Text Example
Text Example
White with #EFBB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB34; }
p { color: rgb(239,187,52); }
H1.HeaderClassName
{
color: #EFBB34;
}
.AnyTagClassName
{
color: #EFBB34;
}
</style>
background-color css
<style>
a { background-color: #EFBB34; }
a { background-color: rgb(239,187,52); }
div.DivClassName
{
background-color: #EFBB34;
}
.BgClassName
{
background-color: #EFBB34;
}
</style>
border-color css
<style>
span { border-color: #EFBB34; }
span { border-color: rgb(239,187,52); }
td.TdClassName
{
border-color: #EFBB34;
}
.TagClassName
{
border-color: #EFBB34;
}
</style>