Shades of Bright Sun #EFB720
Tints of Bright Sun #EFB720
RGB
CMYK
RGB Variations
Color information
#EFB720 (or 0xEFB720) is known color: Bright Sun. HEX triplet: EF, B7 and 20. RGB value is (239,183,32). Sum of RGB (Red+Green+Blue) = 239+183+32=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB720 is #1048DF. Grayscale: #B7B7B7. Windows color (decimal): -1067232 or 2144239. OLE color: 2144239.
HSL color Cylindrical-coordinate representation of color #EFB720: hue angle of 43.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFB720 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 32 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.06 |
| HSL | 43.77º | 0.87% | 0.53% | - |
| HSV(B) | 43.77º | 0.87% | 0.94% | - |
| XYZ | 52.79 | 52.32 | 8.68 | - |
| YUV | 182.53 | 43.05 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 32 | 0 | 0.23 | 0.87 | 0.06 | 43.77 | 0.87 | 0.53 |
| Hex | EF | B7 | 20 | 0 | 17 | 57 | 6 | 2C | 57 | 35 |
| Octal | 357 | 267 | 40 | 0 | 27 | 127 | 6 | 54 | 127 | 65 |
| Binary | 11101111 | 10110111 | 100000 | 0 | 10111 | 1010111 | 110 | 101100 | 1010111 | 110101 |
Color Harmonies of #EFB720
Complementary color
Monochromatic Colors of #EFB720
Black with #EFB720
Text Example
Text Example
White with #EFB720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB720; }
p { color: rgb(239,183,32); }
H1.HeaderClassName
{
color: #EFB720;
}
.AnyTagClassName
{
color: #EFB720;
}
</style>
background-color css
<style>
a { background-color: #EFB720; }
a { background-color: rgb(239,183,32); }
div.DivClassName
{
background-color: #EFB720;
}
.BgClassName
{
background-color: #EFB720;
}
</style>
border-color css
<style>
span { border-color: #EFB720; }
span { border-color: rgb(239,183,32); }
td.TdClassName
{
border-color: #EFB720;
}
.TagClassName
{
border-color: #EFB720;
}
</style>