Shades of Bright Sun #EFC12E
Tints of Bright Sun #EFC12E
RGB
CMYK
RGB Variations
Color information
#EFC12E (or 0xEFC12E) is known color: Bright Sun. HEX triplet: EF, C1 and 2E. RGB value is (239,193,46). Sum of RGB (Red+Green+Blue) = 239+193+46=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC12E is #103ED1. Grayscale: #BEBEBE. Windows color (decimal): -1064658 or 3064303. OLE color: 3064303.
HSL color Cylindrical-coordinate representation of color #EFC12E: hue angle of 45.7º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFC12E is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 46 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.06 |
| HSL | 45.7º | 0.86% | 0.56% | - |
| HSV(B) | 45.7º | 0.81% | 0.94% | - |
| XYZ | 55.16 | 56.69 | 10.62 | - |
| YUV | 190 | 46.74 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 46 | 0 | 0.19 | 0.81 | 0.06 | 45.7 | 0.86 | 0.56 |
| Hex | EF | C1 | 2E | 0 | 13 | 51 | 6 | 2E | 56 | 38 |
| Octal | 357 | 301 | 56 | 0 | 23 | 121 | 6 | 56 | 126 | 70 |
| Binary | 11101111 | 11000001 | 101110 | 0 | 10011 | 1010001 | 110 | 101110 | 1010110 | 111000 |
Color Harmonies of #EFC12E
Complementary color
Monochromatic Colors of #EFC12E
Black with #EFC12E
Text Example
Text Example
White with #EFC12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC12E; }
p { color: rgb(239,193,46); }
H1.HeaderClassName
{
color: #EFC12E;
}
.AnyTagClassName
{
color: #EFC12E;
}
</style>
background-color css
<style>
a { background-color: #EFC12E; }
a { background-color: rgb(239,193,46); }
div.DivClassName
{
background-color: #EFC12E;
}
.BgClassName
{
background-color: #EFC12E;
}
</style>
border-color css
<style>
span { border-color: #EFC12E; }
span { border-color: rgb(239,193,46); }
td.TdClassName
{
border-color: #EFC12E;
}
.TagClassName
{
border-color: #EFC12E;
}
</style>