Shades of Bright Sun #EFBA27
Tints of Bright Sun #EFBA27
RGB
CMYK
RGB Variations
Color information
#EFBA27 (or 0xEFBA27) is known color: Bright Sun. HEX triplet: EF, BA and 27. RGB value is (239,186,39). Sum of RGB (Red+Green+Blue) = 239+186+39=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 39 (15.62% from 255 or 8.41% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA27 is #1045D8. Grayscale: #B9B9B9. Windows color (decimal): -1066457 or 2603759. OLE color: 2603759.
HSL color Cylindrical-coordinate representation of color #EFBA27: hue angle of 44.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFBA27 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 39 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.06 |
| HSL | 44.1º | 0.86% | 0.55% | - |
| HSV(B) | 44.1º | 0.84% | 0.94% | - |
| XYZ | 53.52 | 53.62 | 9.45 | - |
| YUV | 185.09 | 45.56 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 39 | 0 | 0.22 | 0.84 | 0.06 | 44.1 | 0.86 | 0.55 |
| Hex | EF | BA | 27 | 0 | 16 | 54 | 6 | 2C | 56 | 37 |
| Octal | 357 | 272 | 47 | 0 | 26 | 124 | 6 | 54 | 126 | 67 |
| Binary | 11101111 | 10111010 | 100111 | 0 | 10110 | 1010100 | 110 | 101100 | 1010110 | 110111 |
Color Harmonies of #EFBA27
Complementary color
Monochromatic Colors of #EFBA27
Black with #EFBA27
Text Example
Text Example
White with #EFBA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA27; }
p { color: rgb(239,186,39); }
H1.HeaderClassName
{
color: #EFBA27;
}
.AnyTagClassName
{
color: #EFBA27;
}
</style>
background-color css
<style>
a { background-color: #EFBA27; }
a { background-color: rgb(239,186,39); }
div.DivClassName
{
background-color: #EFBA27;
}
.BgClassName
{
background-color: #EFBA27;
}
</style>
border-color css
<style>
span { border-color: #EFBA27; }
span { border-color: rgb(239,186,39); }
td.TdClassName
{
border-color: #EFBA27;
}
.TagClassName
{
border-color: #EFBA27;
}
</style>