Shades of Bright Sun #EFBA2F
Tints of Bright Sun #EFBA2F
RGB
CMYK
RGB Variations
Color information
#EFBA2F (or 0xEFBA2F) is known color: Bright Sun. HEX triplet: EF, BA and 2F. RGB value is (239,186,47). Sum of RGB (Red+Green+Blue) = 239+186+47=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA2F is #1045D0. Grayscale: #BABABA. Windows color (decimal): -1066449 or 3128047. OLE color: 3128047.
HSL color Cylindrical-coordinate representation of color #EFBA2F: hue angle of 43.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFBA2F is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 47 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.06 |
| HSL | 43.44º | 0.86% | 0.56% | - |
| HSV(B) | 43.44º | 0.8% | 0.94% | - |
| XYZ | 53.67 | 53.67 | 10.22 | - |
| YUV | 186 | 49.56 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 47 | 0 | 0.22 | 0.80 | 0.06 | 43.44 | 0.86 | 0.56 |
| Hex | EF | BA | 2F | 0 | 16 | 50 | 6 | 2B | 56 | 38 |
| Octal | 357 | 272 | 57 | 0 | 26 | 120 | 6 | 53 | 126 | 70 |
| Binary | 11101111 | 10111010 | 101111 | 0 | 10110 | 1010000 | 110 | 101011 | 1010110 | 111000 |
Color Harmonies of #EFBA2F
Complementary color
Monochromatic Colors of #EFBA2F
Black with #EFBA2F
Text Example
Text Example
White with #EFBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA2F; }
p { color: rgb(239,186,47); }
H1.HeaderClassName
{
color: #EFBA2F;
}
.AnyTagClassName
{
color: #EFBA2F;
}
</style>
background-color css
<style>
a { background-color: #EFBA2F; }
a { background-color: rgb(239,186,47); }
div.DivClassName
{
background-color: #EFBA2F;
}
.BgClassName
{
background-color: #EFBA2F;
}
</style>
border-color css
<style>
span { border-color: #EFBA2F; }
span { border-color: rgb(239,186,47); }
td.TdClassName
{
border-color: #EFBA2F;
}
.TagClassName
{
border-color: #EFBA2F;
}
</style>