Shades of Bright Sun #EFC030
Tints of Bright Sun #EFC030
RGB
CMYK
RGB Variations
Color information
#EFC030 (or 0xEFC030) is known color: Bright Sun. HEX triplet: EF, C0 and 30. RGB value is (239,192,48). Sum of RGB (Red+Green+Blue) = 239+192+48=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC030 is #103FCF. Grayscale: #BEBEBE. Windows color (decimal): -1064912 or 3195119. OLE color: 3195119.
HSL color Cylindrical-coordinate representation of color #EFC030: hue angle of 45.24º 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 #EFC030 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 48 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.06 |
| HSL | 45.24º | 0.86% | 0.56% | - |
| HSV(B) | 45.24º | 0.8% | 0.94% | - |
| XYZ | 54.98 | 56.26 | 10.76 | - |
| YUV | 189.64 | 48.07 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 48 | 0 | 0.20 | 0.80 | 0.06 | 45.24 | 0.86 | 0.56 |
| Hex | EF | C0 | 30 | 0 | 14 | 50 | 6 | 2D | 56 | 38 |
| Octal | 357 | 300 | 60 | 0 | 24 | 120 | 6 | 55 | 126 | 70 |
| Binary | 11101111 | 11000000 | 110000 | 0 | 10100 | 1010000 | 110 | 101101 | 1010110 | 111000 |
Color Harmonies of #EFC030
Complementary color
Monochromatic Colors of #EFC030
Black with #EFC030
Text Example
Text Example
White with #EFC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC030; }
p { color: rgb(239,192,48); }
H1.HeaderClassName
{
color: #EFC030;
}
.AnyTagClassName
{
color: #EFC030;
}
</style>
background-color css
<style>
a { background-color: #EFC030; }
a { background-color: rgb(239,192,48); }
div.DivClassName
{
background-color: #EFC030;
}
.BgClassName
{
background-color: #EFC030;
}
</style>
border-color css
<style>
span { border-color: #EFC030; }
span { border-color: rgb(239,192,48); }
td.TdClassName
{
border-color: #EFC030;
}
.TagClassName
{
border-color: #EFC030;
}
</style>