Shades of Bright Sun #EFC12D
Tints of Bright Sun #EFC12D
RGB
CMYK
RGB Variations
Color information
#EFC12D (or 0xEFC12D) is known color: Bright Sun. HEX triplet: EF, C1 and 2D. RGB value is (239,193,45). Sum of RGB (Red+Green+Blue) = 239+193+45=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC12D is #103ED2. Grayscale: #BEBEBE. Windows color (decimal): -1064659 or 2998767. OLE color: 2998767.
HSL color Cylindrical-coordinate representation of color #EFC12D: hue angle of 45.77º 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 #EFC12D is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 45 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.06 |
| HSL | 45.77º | 0.86% | 0.56% | - |
| HSV(B) | 45.77º | 0.81% | 0.94% | - |
| XYZ | 55.14 | 56.68 | 10.52 | - |
| YUV | 189.88 | 46.24 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 45 | 0 | 0.19 | 0.81 | 0.06 | 45.77 | 0.86 | 0.56 |
| Hex | EF | C1 | 2D | 0 | 13 | 51 | 6 | 2E | 56 | 38 |
| Octal | 357 | 301 | 55 | 0 | 23 | 121 | 6 | 56 | 126 | 70 |
| Binary | 11101111 | 11000001 | 101101 | 0 | 10011 | 1010001 | 110 | 101110 | 1010110 | 111000 |
Color Harmonies of #EFC12D
Complementary color
Monochromatic Colors of #EFC12D
Black with #EFC12D
Text Example
Text Example
White with #EFC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC12D; }
p { color: rgb(239,193,45); }
H1.HeaderClassName
{
color: #EFC12D;
}
.AnyTagClassName
{
color: #EFC12D;
}
</style>
background-color css
<style>
a { background-color: #EFC12D; }
a { background-color: rgb(239,193,45); }
div.DivClassName
{
background-color: #EFC12D;
}
.BgClassName
{
background-color: #EFC12D;
}
</style>
border-color css
<style>
span { border-color: #EFC12D; }
span { border-color: rgb(239,193,45); }
td.TdClassName
{
border-color: #EFC12D;
}
.TagClassName
{
border-color: #EFC12D;
}
</style>