Shades of Bright Sun #EFC02E
Tints of Bright Sun #EFC02E
RGB
CMYK
RGB Variations
Color information
#EFC02E (or 0xEFC02E) is known color: Bright Sun. HEX triplet: EF, C0 and 2E. RGB value is (239,192,46). Sum of RGB (Red+Green+Blue) = 239+192+46=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC02E is #103FD1. Grayscale: #BEBEBE. Windows color (decimal): -1064914 or 3064047. OLE color: 3064047.
HSL color Cylindrical-coordinate representation of color #EFC02E: hue angle of 45.39º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFC02E is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 46 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.06 |
| HSL | 45.39º | 0.86% | 0.56% | - |
| HSV(B) | 45.39º | 0.81% | 0.94% | - |
| XYZ | 54.94 | 56.25 | 10.55 | - |
| YUV | 189.41 | 47.07 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 46 | 0 | 0.20 | 0.81 | 0.06 | 45.39 | 0.86 | 0.56 |
| Hex | EF | C0 | 2E | 0 | 14 | 51 | 6 | 2D | 56 | 38 |
| Octal | 357 | 300 | 56 | 0 | 24 | 121 | 6 | 55 | 126 | 70 |
| Binary | 11101111 | 11000000 | 101110 | 0 | 10100 | 1010001 | 110 | 101101 | 1010110 | 111000 |
Color Harmonies of #EFC02E
Complementary color
Monochromatic Colors of #EFC02E
Black with #EFC02E
Text Example
Text Example
White with #EFC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC02E; }
p { color: rgb(239,192,46); }
H1.HeaderClassName
{
color: #EFC02E;
}
.AnyTagClassName
{
color: #EFC02E;
}
</style>
background-color css
<style>
a { background-color: #EFC02E; }
a { background-color: rgb(239,192,46); }
div.DivClassName
{
background-color: #EFC02E;
}
.BgClassName
{
background-color: #EFC02E;
}
</style>
border-color css
<style>
span { border-color: #EFC02E; }
span { border-color: rgb(239,192,46); }
td.TdClassName
{
border-color: #EFC02E;
}
.TagClassName
{
border-color: #EFC02E;
}
</style>