Shades of Bright Sun #EBBA29
Tints of Bright Sun #EBBA29
RGB
CMYK
RGB Variations
Color information
#EBBA29 (or 0xEBBA29) is known color: Bright Sun. HEX triplet: EB, BA and 29. RGB value is (235,186,41). Sum of RGB (Red+Green+Blue) = 235+186+41=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 41 (16.41% from 255 or 8.87% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA29 is #1445D6. Grayscale: #B8B8B8. Windows color (decimal): -1328599 or 2734827. OLE color: 2734827.
HSL color Cylindrical-coordinate representation of color #EBBA29: hue angle of 44.85º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBBA29 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 41 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.08 |
| HSL | 44.85º | 0.83% | 0.54% | - |
| HSV(B) | 44.85º | 0.83% | 0.92% | - |
| XYZ | 52.22 | 52.94 | 9.56 | - |
| YUV | 184.12 | 47.23 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 41 | 0 | 0.21 | 0.83 | 0.08 | 44.85 | 0.83 | 0.54 |
| Hex | EB | BA | 29 | 0 | 15 | 53 | 8 | 2D | 53 | 36 |
| Octal | 353 | 272 | 51 | 0 | 25 | 123 | 10 | 55 | 123 | 66 |
| Binary | 11101011 | 10111010 | 101001 | 0 | 10101 | 1010011 | 1000 | 101101 | 1010011 | 110110 |
Color Harmonies of #EBBA29
Complementary color
Monochromatic Colors of #EBBA29
Black with #EBBA29
Text Example
Text Example
White with #EBBA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA29; }
p { color: rgb(235,186,41); }
H1.HeaderClassName
{
color: #EBBA29;
}
.AnyTagClassName
{
color: #EBBA29;
}
</style>
background-color css
<style>
a { background-color: #EBBA29; }
a { background-color: rgb(235,186,41); }
div.DivClassName
{
background-color: #EBBA29;
}
.BgClassName
{
background-color: #EBBA29;
}
</style>
border-color css
<style>
span { border-color: #EBBA29; }
span { border-color: rgb(235,186,41); }
td.TdClassName
{
border-color: #EBBA29;
}
.TagClassName
{
border-color: #EBBA29;
}
</style>