Shades of Bright Sun #EFBE28
Tints of Bright Sun #EFBE28
RGB
CMYK
RGB Variations
Color information
#EFBE28 (or 0xEFBE28) is known color: Bright Sun. HEX triplet: EF, BE and 28. RGB value is (239,190,40). Sum of RGB (Red+Green+Blue) = 239+190+40=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE28 is #1041D7. Grayscale: #BCBCBC. Windows color (decimal): -1065432 or 2670319. OLE color: 2670319.
HSL color Cylindrical-coordinate representation of color #EFBE28: hue angle of 45.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFBE28 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 40 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.06 |
| HSL | 45.23º | 0.86% | 0.55% | - |
| HSV(B) | 45.23º | 0.83% | 0.94% | - |
| XYZ | 54.39 | 55.33 | 9.82 | - |
| YUV | 187.55 | 44.73 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 40 | 0 | 0.21 | 0.83 | 0.06 | 45.23 | 0.86 | 0.55 |
| Hex | EF | BE | 28 | 0 | 15 | 53 | 6 | 2D | 56 | 37 |
| Octal | 357 | 276 | 50 | 0 | 25 | 123 | 6 | 55 | 126 | 67 |
| Binary | 11101111 | 10111110 | 101000 | 0 | 10101 | 1010011 | 110 | 101101 | 1010110 | 110111 |
Color Harmonies of #EFBE28
Complementary color
Monochromatic Colors of #EFBE28
Black with #EFBE28
Text Example
Text Example
White with #EFBE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE28; }
p { color: rgb(239,190,40); }
H1.HeaderClassName
{
color: #EFBE28;
}
.AnyTagClassName
{
color: #EFBE28;
}
</style>
background-color css
<style>
a { background-color: #EFBE28; }
a { background-color: rgb(239,190,40); }
div.DivClassName
{
background-color: #EFBE28;
}
.BgClassName
{
background-color: #EFBE28;
}
</style>
border-color css
<style>
span { border-color: #EFBE28; }
span { border-color: rgb(239,190,40); }
td.TdClassName
{
border-color: #EFBE28;
}
.TagClassName
{
border-color: #EFBE28;
}
</style>