Shades of Bright Sun #EFC229
Tints of Bright Sun #EFC229
RGB
CMYK
RGB Variations
Color information
#EFC229 (or 0xEFC229) is known color: Bright Sun. HEX triplet: EF, C2 and 29. RGB value is (239,194,41). Sum of RGB (Red+Green+Blue) = 239+194+41=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC229 is #103DD6. Grayscale: #BEBEBE. Windows color (decimal): -1064407 or 2736879. OLE color: 2736879.
HSL color Cylindrical-coordinate representation of color #EFC229: hue angle of 46.36º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFC229 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 41 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.06 |
| HSL | 46.36º | 0.86% | 0.55% | - |
| HSV(B) | 46.36º | 0.83% | 0.94% | - |
| XYZ | 55.29 | 57.09 | 10.2 | - |
| YUV | 190.01 | 43.91 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 41 | 0 | 0.19 | 0.83 | 0.06 | 46.36 | 0.86 | 0.55 |
| Hex | EF | C2 | 29 | 0 | 13 | 53 | 6 | 2E | 56 | 37 |
| Octal | 357 | 302 | 51 | 0 | 23 | 123 | 6 | 56 | 126 | 67 |
| Binary | 11101111 | 11000010 | 101001 | 0 | 10011 | 1010011 | 110 | 101110 | 1010110 | 110111 |
Color Harmonies of #EFC229
Complementary color
Monochromatic Colors of #EFC229
Black with #EFC229
Text Example
Text Example
White with #EFC229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC229; }
p { color: rgb(239,194,41); }
H1.HeaderClassName
{
color: #EFC229;
}
.AnyTagClassName
{
color: #EFC229;
}
</style>
background-color css
<style>
a { background-color: #EFC229; }
a { background-color: rgb(239,194,41); }
div.DivClassName
{
background-color: #EFC229;
}
.BgClassName
{
background-color: #EFC229;
}
</style>
border-color css
<style>
span { border-color: #EFC229; }
span { border-color: rgb(239,194,41); }
td.TdClassName
{
border-color: #EFC229;
}
.TagClassName
{
border-color: #EFC229;
}
</style>