Shades of Bright Sun #EFC02A
Tints of Bright Sun #EFC02A
RGB
CMYK
RGB Variations
Color information
#EFC02A (or 0xEFC02A) is known color: Bright Sun. HEX triplet: EF, C0 and 2A. RGB value is (239,192,42). Sum of RGB (Red+Green+Blue) = 239+192+42=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC02A is #103FD5. Grayscale: #BDBDBD. Windows color (decimal): -1064918 or 2801903. OLE color: 2801903.
HSL color Cylindrical-coordinate representation of color #EFC02A: hue angle of 45.69º 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 #EFC02A is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 42 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.06 |
| HSL | 45.69º | 0.86% | 0.55% | - |
| HSV(B) | 45.69º | 0.82% | 0.94% | - |
| XYZ | 54.86 | 56.22 | 10.15 | - |
| YUV | 188.95 | 45.07 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 42 | 0 | 0.20 | 0.82 | 0.06 | 45.69 | 0.86 | 0.55 |
| Hex | EF | C0 | 2A | 0 | 14 | 52 | 6 | 2E | 56 | 37 |
| Octal | 357 | 300 | 52 | 0 | 24 | 122 | 6 | 56 | 126 | 67 |
| Binary | 11101111 | 11000000 | 101010 | 0 | 10100 | 1010010 | 110 | 101110 | 1010110 | 110111 |
Color Harmonies of #EFC02A
Complementary color
Monochromatic Colors of #EFC02A
Black with #EFC02A
Text Example
Text Example
White with #EFC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC02A; }
p { color: rgb(239,192,42); }
H1.HeaderClassName
{
color: #EFC02A;
}
.AnyTagClassName
{
color: #EFC02A;
}
</style>
background-color css
<style>
a { background-color: #EFC02A; }
a { background-color: rgb(239,192,42); }
div.DivClassName
{
background-color: #EFC02A;
}
.BgClassName
{
background-color: #EFC02A;
}
</style>
border-color css
<style>
span { border-color: #EFC02A; }
span { border-color: rgb(239,192,42); }
td.TdClassName
{
border-color: #EFC02A;
}
.TagClassName
{
border-color: #EFC02A;
}
</style>