Shades of Bright Sun #EBBA30
Tints of Bright Sun #EBBA30
RGB
CMYK
RGB Variations
Color information
#EBBA30 (or 0xEBBA30) is known color: Bright Sun. HEX triplet: EB, BA and 30. RGB value is (235,186,48). Sum of RGB (Red+Green+Blue) = 235+186+48=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA30 is #1445CF. Grayscale: #B9B9B9. Windows color (decimal): -1328592 or 3193579. OLE color: 3193579.
HSL color Cylindrical-coordinate representation of color #EBBA30: hue angle of 44.28º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBBA30 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 48 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.08 |
| HSL | 44.28º | 0.82% | 0.55% | - |
| HSV(B) | 44.28º | 0.8% | 0.92% | - |
| XYZ | 52.35 | 52.99 | 10.27 | - |
| YUV | 184.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 48 | 0 | 0.21 | 0.80 | 0.08 | 44.28 | 0.82 | 0.55 |
| Hex | EB | BA | 30 | 0 | 15 | 50 | 8 | 2C | 52 | 37 |
| Octal | 353 | 272 | 60 | 0 | 25 | 120 | 10 | 54 | 122 | 67 |
| Binary | 11101011 | 10111010 | 110000 | 0 | 10101 | 1010000 | 1000 | 101100 | 1010010 | 110111 |
Color Harmonies of #EBBA30
Complementary color
Monochromatic Colors of #EBBA30
Black with #EBBA30
Text Example
Text Example
White with #EBBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA30; }
p { color: rgb(235,186,48); }
H1.HeaderClassName
{
color: #EBBA30;
}
.AnyTagClassName
{
color: #EBBA30;
}
</style>
background-color css
<style>
a { background-color: #EBBA30; }
a { background-color: rgb(235,186,48); }
div.DivClassName
{
background-color: #EBBA30;
}
.BgClassName
{
background-color: #EBBA30;
}
</style>
border-color css
<style>
span { border-color: #EBBA30; }
span { border-color: rgb(235,186,48); }
td.TdClassName
{
border-color: #EBBA30;
}
.TagClassName
{
border-color: #EBBA30;
}
</style>