Shades of Bright Sun #EFB73A
Tints of Bright Sun #EFB73A
RGB
CMYK
RGB Variations
Color information
#EFB73A (or 0xEFB73A) is known color: Bright Sun. HEX triplet: EF, B7 and 3A. RGB value is (239,183,58). Sum of RGB (Red+Green+Blue) = 239+183+58=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB73A is #1048C5. Grayscale: #BABABA. Windows color (decimal): -1067206 or 3848175. OLE color: 3848175.
HSL color Cylindrical-coordinate representation of color #EFB73A: hue angle of 41.44º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFB73A is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 58 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.06 |
| HSL | 41.44º | 0.85% | 0.58% | - |
| HSV(B) | 41.44º | 0.76% | 0.94% | - |
| XYZ | 53.29 | 52.52 | 11.33 | - |
| YUV | 185.49 | 56.05 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 58 | 0 | 0.23 | 0.76 | 0.06 | 41.44 | 0.85 | 0.58 |
| Hex | EF | B7 | 3A | 0 | 17 | 4C | 6 | 29 | 55 | 3A |
| Octal | 357 | 267 | 72 | 0 | 27 | 114 | 6 | 51 | 125 | 72 |
| Binary | 11101111 | 10110111 | 111010 | 0 | 10111 | 1001100 | 110 | 101001 | 1010101 | 111010 |
Color Harmonies of #EFB73A
Complementary color
Monochromatic Colors of #EFB73A
Black with #EFB73A
Text Example
Text Example
White with #EFB73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB73A; }
p { color: rgb(239,183,58); }
H1.HeaderClassName
{
color: #EFB73A;
}
.AnyTagClassName
{
color: #EFB73A;
}
</style>
background-color css
<style>
a { background-color: #EFB73A; }
a { background-color: rgb(239,183,58); }
div.DivClassName
{
background-color: #EFB73A;
}
.BgClassName
{
background-color: #EFB73A;
}
</style>
border-color css
<style>
span { border-color: #EFB73A; }
span { border-color: rgb(239,183,58); }
td.TdClassName
{
border-color: #EFB73A;
}
.TagClassName
{
border-color: #EFB73A;
}
</style>