Shades of Bright Sun #EFB620
Tints of Bright Sun #EFB620
RGB
CMYK
RGB Variations
Color information
#EFB620 (or 0xEFB620) is known color: Bright Sun. HEX triplet: EF, B6 and 20. RGB value is (239,182,32). Sum of RGB (Red+Green+Blue) = 239+182+32=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB620 is #1049DF. Grayscale: #B6B6B6. Windows color (decimal): -1067488 or 2143983. OLE color: 2143983.
HSL color Cylindrical-coordinate representation of color #EFB620: hue angle of 43.48º 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 #EFB620 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 32 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.06 |
| HSL | 43.48º | 0.87% | 0.53% | - |
| HSV(B) | 43.48º | 0.87% | 0.94% | - |
| XYZ | 52.59 | 51.91 | 8.61 | - |
| YUV | 181.94 | 43.38 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 32 | 0 | 0.24 | 0.87 | 0.06 | 43.48 | 0.87 | 0.53 |
| Hex | EF | B6 | 20 | 0 | 18 | 57 | 6 | 2B | 57 | 35 |
| Octal | 357 | 266 | 40 | 0 | 30 | 127 | 6 | 53 | 127 | 65 |
| Binary | 11101111 | 10110110 | 100000 | 0 | 11000 | 1010111 | 110 | 101011 | 1010111 | 110101 |
Color Harmonies of #EFB620
Complementary color
Monochromatic Colors of #EFB620
Black with #EFB620
Text Example
Text Example
White with #EFB620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB620; }
p { color: rgb(239,182,32); }
H1.HeaderClassName
{
color: #EFB620;
}
.AnyTagClassName
{
color: #EFB620;
}
</style>
background-color css
<style>
a { background-color: #EFB620; }
a { background-color: rgb(239,182,32); }
div.DivClassName
{
background-color: #EFB620;
}
.BgClassName
{
background-color: #EFB620;
}
</style>
border-color css
<style>
span { border-color: #EFB620; }
span { border-color: rgb(239,182,32); }
td.TdClassName
{
border-color: #EFB620;
}
.TagClassName
{
border-color: #EFB620;
}
</style>