Shades of Bright Sun #EFC129
Tints of Bright Sun #EFC129
RGB
CMYK
RGB Variations
Color information
#EFC129 (or 0xEFC129) is known color: Bright Sun. HEX triplet: EF, C1 and 29. RGB value is (239,193,41). Sum of RGB (Red+Green+Blue) = 239+193+41=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 41 (16.41% from 255 or 8.67% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC129 is #103ED6. Grayscale: #BEBEBE. Windows color (decimal): -1064663 or 2736623. OLE color: 2736623.
HSL color Cylindrical-coordinate representation of color #EFC129: hue angle of 46.06º 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 #EFC129 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 41 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.06 |
| HSL | 46.06º | 0.86% | 0.55% | - |
| HSV(B) | 46.06º | 0.83% | 0.94% | - |
| XYZ | 55.07 | 56.65 | 10.13 | - |
| YUV | 189.43 | 44.24 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 41 | 0 | 0.19 | 0.83 | 0.06 | 46.06 | 0.86 | 0.55 |
| Hex | EF | C1 | 29 | 0 | 13 | 53 | 6 | 2E | 56 | 37 |
| Octal | 357 | 301 | 51 | 0 | 23 | 123 | 6 | 56 | 126 | 67 |
| Binary | 11101111 | 11000001 | 101001 | 0 | 10011 | 1010011 | 110 | 101110 | 1010110 | 110111 |
Color Harmonies of #EFC129
Complementary color
Monochromatic Colors of #EFC129
Black with #EFC129
Text Example
Text Example
White with #EFC129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC129; }
p { color: rgb(239,193,41); }
H1.HeaderClassName
{
color: #EFC129;
}
.AnyTagClassName
{
color: #EFC129;
}
</style>
background-color css
<style>
a { background-color: #EFC129; }
a { background-color: rgb(239,193,41); }
div.DivClassName
{
background-color: #EFC129;
}
.BgClassName
{
background-color: #EFC129;
}
</style>
border-color css
<style>
span { border-color: #EFC129; }
span { border-color: rgb(239,193,41); }
td.TdClassName
{
border-color: #EFC129;
}
.TagClassName
{
border-color: #EFC129;
}
</style>