Shades of Bright Sun #EFC02B
Tints of Bright Sun #EFC02B
RGB
CMYK
RGB Variations
Color information
#EFC02B (or 0xEFC02B) is known color: Bright Sun. HEX triplet: EF, C0 and 2B. RGB value is (239,192,43). Sum of RGB (Red+Green+Blue) = 239+192+43=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 43 (17.19% from 255 or 9.07% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC02B is #103FD4. Grayscale: #BDBDBD. Windows color (decimal): -1064917 or 2867439. OLE color: 2867439.
HSL color Cylindrical-coordinate representation of color #EFC02B: hue angle of 45.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFC02B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 43 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.06 |
| HSL | 45.61º | 0.86% | 0.55% | - |
| HSV(B) | 45.61º | 0.82% | 0.94% | - |
| XYZ | 54.88 | 56.22 | 10.25 | - |
| YUV | 189.07 | 45.57 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 43 | 0 | 0.20 | 0.82 | 0.06 | 45.61 | 0.86 | 0.55 |
| Hex | EF | C0 | 2B | 0 | 14 | 52 | 6 | 2E | 56 | 37 |
| Octal | 357 | 300 | 53 | 0 | 24 | 122 | 6 | 56 | 126 | 67 |
| Binary | 11101111 | 11000000 | 101011 | 0 | 10100 | 1010010 | 110 | 101110 | 1010110 | 110111 |
Color Harmonies of #EFC02B
Complementary color
Monochromatic Colors of #EFC02B
Black with #EFC02B
Text Example
Text Example
White with #EFC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC02B; }
p { color: rgb(239,192,43); }
H1.HeaderClassName
{
color: #EFC02B;
}
.AnyTagClassName
{
color: #EFC02B;
}
</style>
background-color css
<style>
a { background-color: #EFC02B; }
a { background-color: rgb(239,192,43); }
div.DivClassName
{
background-color: #EFC02B;
}
.BgClassName
{
background-color: #EFC02B;
}
</style>
border-color css
<style>
span { border-color: #EFC02B; }
span { border-color: rgb(239,192,43); }
td.TdClassName
{
border-color: #EFC02B;
}
.TagClassName
{
border-color: #EFC02B;
}
</style>