Shades of Bright Sun #EFBA23
Tints of Bright Sun #EFBA23
RGB
CMYK
RGB Variations
Color information
#EFBA23 (or 0xEFBA23) is known color: Bright Sun. HEX triplet: EF, BA and 23. RGB value is (239,186,35). Sum of RGB (Red+Green+Blue) = 239+186+35=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 35 (14.06% from 255 or 7.61% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA23 is #1045DC. Grayscale: #B9B9B9. Windows color (decimal): -1066461 or 2341615. OLE color: 2341615.
HSL color Cylindrical-coordinate representation of color #EFBA23: hue angle of 44.41º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFBA23 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 35 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.06 |
| HSL | 44.41º | 0.86% | 0.54% | - |
| HSV(B) | 44.41º | 0.85% | 0.94% | - |
| XYZ | 53.46 | 53.59 | 9.12 | - |
| YUV | 184.63 | 43.56 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 35 | 0 | 0.22 | 0.85 | 0.06 | 44.41 | 0.86 | 0.54 |
| Hex | EF | BA | 23 | 0 | 16 | 55 | 6 | 2C | 56 | 36 |
| Octal | 357 | 272 | 43 | 0 | 26 | 125 | 6 | 54 | 126 | 66 |
| Binary | 11101111 | 10111010 | 100011 | 0 | 10110 | 1010101 | 110 | 101100 | 1010110 | 110110 |
Color Harmonies of #EFBA23
Complementary color
Monochromatic Colors of #EFBA23
Black with #EFBA23
Text Example
Text Example
White with #EFBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA23; }
p { color: rgb(239,186,35); }
H1.HeaderClassName
{
color: #EFBA23;
}
.AnyTagClassName
{
color: #EFBA23;
}
</style>
background-color css
<style>
a { background-color: #EFBA23; }
a { background-color: rgb(239,186,35); }
div.DivClassName
{
background-color: #EFBA23;
}
.BgClassName
{
background-color: #EFBA23;
}
</style>
border-color css
<style>
span { border-color: #EFBA23; }
span { border-color: rgb(239,186,35); }
td.TdClassName
{
border-color: #EFBA23;
}
.TagClassName
{
border-color: #EFBA23;
}
</style>