Shades of Bright Sun #EBBA37
Tints of Bright Sun #EBBA37
RGB
CMYK
RGB Variations
Color information
#EBBA37 (or 0xEBBA37) is known color: Bright Sun. HEX triplet: EB, BA and 37. RGB value is (235,186,55). Sum of RGB (Red+Green+Blue) = 235+186+55=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 55 (21.88% from 255 or 11.55% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA37 is #1445C8. Grayscale: #BABABA. Windows color (decimal): -1328585 or 3652331. OLE color: 3652331.
HSL color Cylindrical-coordinate representation of color #EBBA37: hue angle of 43.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBBA37 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 55 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.08 |
| HSL | 43.67º | 0.82% | 0.57% | - |
| HSV(B) | 43.67º | 0.77% | 0.92% | - |
| XYZ | 52.51 | 53.06 | 11.09 | - |
| YUV | 185.72 | 54.23 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 55 | 0 | 0.21 | 0.77 | 0.08 | 43.67 | 0.82 | 0.57 |
| Hex | EB | BA | 37 | 0 | 15 | 4D | 8 | 2C | 52 | 39 |
| Octal | 353 | 272 | 67 | 0 | 25 | 115 | 10 | 54 | 122 | 71 |
| Binary | 11101011 | 10111010 | 110111 | 0 | 10101 | 1001101 | 1000 | 101100 | 1010010 | 111001 |
Color Harmonies of #EBBA37
Complementary color
Monochromatic Colors of #EBBA37
Black with #EBBA37
Text Example
Text Example
White with #EBBA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA37; }
p { color: rgb(235,186,55); }
H1.HeaderClassName
{
color: #EBBA37;
}
.AnyTagClassName
{
color: #EBBA37;
}
</style>
background-color css
<style>
a { background-color: #EBBA37; }
a { background-color: rgb(235,186,55); }
div.DivClassName
{
background-color: #EBBA37;
}
.BgClassName
{
background-color: #EBBA37;
}
</style>
border-color css
<style>
span { border-color: #EBBA37; }
span { border-color: rgb(235,186,55); }
td.TdClassName
{
border-color: #EBBA37;
}
.TagClassName
{
border-color: #EBBA37;
}
</style>