Shades of Bright Sun #EFC12A
Tints of Bright Sun #EFC12A
RGB
CMYK
RGB Variations
Color information
#EFC12A (or 0xEFC12A) is known color: Bright Sun. HEX triplet: EF, C1 and 2A. RGB value is (239,193,42). Sum of RGB (Red+Green+Blue) = 239+193+42=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 42 (16.80% from 255 or 8.86% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC12A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC12A is #103ED5. Grayscale: #BEBEBE. Windows color (decimal): -1064662 or 2802159. OLE color: 2802159.
HSL color Cylindrical-coordinate representation of color #EFC12A: hue angle of 45.99º 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 #EFC12A is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 42 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.06 |
| HSL | 45.99º | 0.86% | 0.55% | - |
| HSV(B) | 45.99º | 0.82% | 0.94% | - |
| XYZ | 55.08 | 56.66 | 10.22 | - |
| YUV | 189.54 | 44.74 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 42 | 0 | 0.19 | 0.82 | 0.06 | 45.99 | 0.86 | 0.55 |
| Hex | EF | C1 | 2A | 0 | 13 | 52 | 6 | 2E | 56 | 37 |
| Octal | 357 | 301 | 52 | 0 | 23 | 122 | 6 | 56 | 126 | 67 |
| Binary | 11101111 | 11000001 | 101010 | 0 | 10011 | 1010010 | 110 | 101110 | 1010110 | 110111 |
Color Harmonies of #EFC12A
Complementary color
Monochromatic Colors of #EFC12A
Black with #EFC12A
Text Example
Text Example
White with #EFC12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC12A; }
p { color: rgb(239,193,42); }
H1.HeaderClassName
{
color: #EFC12A;
}
.AnyTagClassName
{
color: #EFC12A;
}
</style>
background-color css
<style>
a { background-color: #EFC12A; }
a { background-color: rgb(239,193,42); }
div.DivClassName
{
background-color: #EFC12A;
}
.BgClassName
{
background-color: #EFC12A;
}
</style>
border-color css
<style>
span { border-color: #EFC12A; }
span { border-color: rgb(239,193,42); }
td.TdClassName
{
border-color: #EFC12A;
}
.TagClassName
{
border-color: #EFC12A;
}
</style>