Shades of Bright Sun #EBBA2E
Tints of Bright Sun #EBBA2E
RGB
CMYK
RGB Variations
Color information
#EBBA2E (or 0xEBBA2E) is known color: Bright Sun. HEX triplet: EB, BA and 2E. RGB value is (235,186,46). Sum of RGB (Red+Green+Blue) = 235+186+46=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA2E is #1445D1. Grayscale: #B9B9B9. Windows color (decimal): -1328594 or 3062507. OLE color: 3062507.
HSL color Cylindrical-coordinate representation of color #EBBA2E: hue angle of 44.44º degrees, saturation: 0.83, 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 #EBBA2E is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 46 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.08 |
| HSL | 44.44º | 0.83% | 0.55% | - |
| HSV(B) | 44.44º | 0.8% | 0.92% | - |
| XYZ | 52.31 | 52.98 | 10.05 | - |
| YUV | 184.69 | 49.73 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 46 | 0 | 0.21 | 0.80 | 0.08 | 44.44 | 0.83 | 0.55 |
| Hex | EB | BA | 2E | 0 | 15 | 50 | 8 | 2C | 53 | 37 |
| Octal | 353 | 272 | 56 | 0 | 25 | 120 | 10 | 54 | 123 | 67 |
| Binary | 11101011 | 10111010 | 101110 | 0 | 10101 | 1010000 | 1000 | 101100 | 1010011 | 110111 |
Color Harmonies of #EBBA2E
Complementary color
Monochromatic Colors of #EBBA2E
Black with #EBBA2E
Text Example
Text Example
White with #EBBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA2E; }
p { color: rgb(235,186,46); }
H1.HeaderClassName
{
color: #EBBA2E;
}
.AnyTagClassName
{
color: #EBBA2E;
}
</style>
background-color css
<style>
a { background-color: #EBBA2E; }
a { background-color: rgb(235,186,46); }
div.DivClassName
{
background-color: #EBBA2E;
}
.BgClassName
{
background-color: #EBBA2E;
}
</style>
border-color css
<style>
span { border-color: #EBBA2E; }
span { border-color: rgb(235,186,46); }
td.TdClassName
{
border-color: #EBBA2E;
}
.TagClassName
{
border-color: #EBBA2E;
}
</style>