Shades of Bright Sun #EFC12B
Tints of Bright Sun #EFC12B
RGB
CMYK
RGB Variations
Color information
#EFC12B (or 0xEFC12B) is known color: Bright Sun. HEX triplet: EF, C1 and 2B. RGB value is (239,193,43). Sum of RGB (Red+Green+Blue) = 239+193+43=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC12B is #103ED4. Grayscale: #BEBEBE. Windows color (decimal): -1064661 or 2867695. OLE color: 2867695.
HSL color Cylindrical-coordinate representation of color #EFC12B: hue angle of 45.92º 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 #EFC12B is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 43 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.06 |
| HSL | 45.92º | 0.86% | 0.55% | - |
| HSV(B) | 45.92º | 0.82% | 0.94% | - |
| XYZ | 55.1 | 56.67 | 10.32 | - |
| YUV | 189.65 | 45.24 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 43 | 0 | 0.19 | 0.82 | 0.06 | 45.92 | 0.86 | 0.55 |
| Hex | EF | C1 | 2B | 0 | 13 | 52 | 6 | 2E | 56 | 37 |
| Octal | 357 | 301 | 53 | 0 | 23 | 122 | 6 | 56 | 126 | 67 |
| Binary | 11101111 | 11000001 | 101011 | 0 | 10011 | 1010010 | 110 | 101110 | 1010110 | 110111 |
Color Harmonies of #EFC12B
Complementary color
Monochromatic Colors of #EFC12B
Black with #EFC12B
Text Example
Text Example
White with #EFC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC12B; }
p { color: rgb(239,193,43); }
H1.HeaderClassName
{
color: #EFC12B;
}
.AnyTagClassName
{
color: #EFC12B;
}
</style>
background-color css
<style>
a { background-color: #EFC12B; }
a { background-color: rgb(239,193,43); }
div.DivClassName
{
background-color: #EFC12B;
}
.BgClassName
{
background-color: #EFC12B;
}
</style>
border-color css
<style>
span { border-color: #EFC12B; }
span { border-color: rgb(239,193,43); }
td.TdClassName
{
border-color: #EFC12B;
}
.TagClassName
{
border-color: #EFC12B;
}
</style>