Shades of Bright Sun #EFC12F
Tints of Bright Sun #EFC12F
RGB
CMYK
RGB Variations
Color information
#EFC12F (or 0xEFC12F) is known color: Bright Sun. HEX triplet: EF, C1 and 2F. RGB value is (239,193,47). Sum of RGB (Red+Green+Blue) = 239+193+47=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC12F is #103ED0. Grayscale: #BEBEBE. Windows color (decimal): -1064657 or 3129839. OLE color: 3129839.
HSL color Cylindrical-coordinate representation of color #EFC12F: hue angle of 45.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFC12F is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 47 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.06 |
| HSL | 45.63º | 0.86% | 0.56% | - |
| HSV(B) | 45.63º | 0.8% | 0.94% | - |
| XYZ | 55.18 | 56.7 | 10.72 | - |
| YUV | 190.11 | 47.24 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 47 | 0 | 0.19 | 0.80 | 0.06 | 45.63 | 0.86 | 0.56 |
| Hex | EF | C1 | 2F | 0 | 13 | 50 | 6 | 2E | 56 | 38 |
| Octal | 357 | 301 | 57 | 0 | 23 | 120 | 6 | 56 | 126 | 70 |
| Binary | 11101111 | 11000001 | 101111 | 0 | 10011 | 1010000 | 110 | 101110 | 1010110 | 111000 |
Color Harmonies of #EFC12F
Complementary color
Monochromatic Colors of #EFC12F
Black with #EFC12F
Text Example
Text Example
White with #EFC12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC12F; }
p { color: rgb(239,193,47); }
H1.HeaderClassName
{
color: #EFC12F;
}
.AnyTagClassName
{
color: #EFC12F;
}
</style>
background-color css
<style>
a { background-color: #EFC12F; }
a { background-color: rgb(239,193,47); }
div.DivClassName
{
background-color: #EFC12F;
}
.BgClassName
{
background-color: #EFC12F;
}
</style>
border-color css
<style>
span { border-color: #EFC12F; }
span { border-color: rgb(239,193,47); }
td.TdClassName
{
border-color: #EFC12F;
}
.TagClassName
{
border-color: #EFC12F;
}
</style>