Shades of Bright Sun #EFBA2E
Tints of Bright Sun #EFBA2E
RGB
CMYK
RGB Variations
Color information
#EFBA2E (or 0xEFBA2E) is known color: Bright Sun. HEX triplet: EF, BA and 2E. RGB value is (239,186,46). Sum of RGB (Red+Green+Blue) = 239+186+46=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA2E is #1045D1. Grayscale: #BABABA. Windows color (decimal): -1066450 or 3062511. OLE color: 3062511.
HSL color Cylindrical-coordinate representation of color #EFBA2E: hue angle of 43.52º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFBA2E is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 46 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.06 |
| HSL | 43.52º | 0.86% | 0.56% | - |
| HSV(B) | 43.52º | 0.81% | 0.94% | - |
| XYZ | 53.65 | 53.67 | 10.12 | - |
| YUV | 185.89 | 49.06 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 46 | 0 | 0.22 | 0.81 | 0.06 | 43.52 | 0.86 | 0.56 |
| Hex | EF | BA | 2E | 0 | 16 | 51 | 6 | 2C | 56 | 38 |
| Octal | 357 | 272 | 56 | 0 | 26 | 121 | 6 | 54 | 126 | 70 |
| Binary | 11101111 | 10111010 | 101110 | 0 | 10110 | 1010001 | 110 | 101100 | 1010110 | 111000 |
Color Harmonies of #EFBA2E
Complementary color
Monochromatic Colors of #EFBA2E
Black with #EFBA2E
Text Example
Text Example
White with #EFBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA2E; }
p { color: rgb(239,186,46); }
H1.HeaderClassName
{
color: #EFBA2E;
}
.AnyTagClassName
{
color: #EFBA2E;
}
</style>
background-color css
<style>
a { background-color: #EFBA2E; }
a { background-color: rgb(239,186,46); }
div.DivClassName
{
background-color: #EFBA2E;
}
.BgClassName
{
background-color: #EFBA2E;
}
</style>
border-color css
<style>
span { border-color: #EFBA2E; }
span { border-color: rgb(239,186,46); }
td.TdClassName
{
border-color: #EFBA2E;
}
.TagClassName
{
border-color: #EFBA2E;
}
</style>