Shades of Bright Sun #EBBA32
Tints of Bright Sun #EBBA32
RGB
CMYK
RGB Variations
Color information
#EBBA32 (or 0xEBBA32) is known color: Bright Sun. HEX triplet: EB, BA and 32. RGB value is (235,186,50). Sum of RGB (Red+Green+Blue) = 235+186+50=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA32 is #1445CD. Grayscale: #B9B9B9. Windows color (decimal): -1328590 or 3324651. OLE color: 3324651.
HSL color Cylindrical-coordinate representation of color #EBBA32: hue angle of 44.11º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBBA32 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 50 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.08 |
| HSL | 44.11º | 0.82% | 0.56% | - |
| HSV(B) | 44.11º | 0.79% | 0.92% | - |
| XYZ | 52.4 | 53.01 | 10.49 | - |
| YUV | 185.15 | 51.73 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 50 | 0 | 0.21 | 0.79 | 0.08 | 44.11 | 0.82 | 0.56 |
| Hex | EB | BA | 32 | 0 | 15 | 4F | 8 | 2C | 52 | 38 |
| Octal | 353 | 272 | 62 | 0 | 25 | 117 | 10 | 54 | 122 | 70 |
| Binary | 11101011 | 10111010 | 110010 | 0 | 10101 | 1001111 | 1000 | 101100 | 1010010 | 111000 |
Color Harmonies of #EBBA32
Complementary color
Monochromatic Colors of #EBBA32
Black with #EBBA32
Text Example
Text Example
White with #EBBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA32; }
p { color: rgb(235,186,50); }
H1.HeaderClassName
{
color: #EBBA32;
}
.AnyTagClassName
{
color: #EBBA32;
}
</style>
background-color css
<style>
a { background-color: #EBBA32; }
a { background-color: rgb(235,186,50); }
div.DivClassName
{
background-color: #EBBA32;
}
.BgClassName
{
background-color: #EBBA32;
}
</style>
border-color css
<style>
span { border-color: #EBBA32; }
span { border-color: rgb(235,186,50); }
td.TdClassName
{
border-color: #EBBA32;
}
.TagClassName
{
border-color: #EBBA32;
}
</style>