Shades of Bright Sun #EBBC3A
Tints of Bright Sun #EBBC3A
RGB
CMYK
RGB Variations
Color information
#EBBC3A (or 0xEBBC3A) is known color: Bright Sun. HEX triplet: EB, BC and 3A. RGB value is (235,188,58). Sum of RGB (Red+Green+Blue) = 235+188+58=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBC3A is #1443C5. Grayscale: #BBBBBB. Windows color (decimal): -1328070 or 3849451. OLE color: 3849451.
HSL color Cylindrical-coordinate representation of color #EBBC3A: hue angle of 44.07º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBBC3A is Cyan = 0, Magento = 0.2, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 58 | - |
| CMYK | 0 | 0.2 | 0.75 | 0.08 |
| HSL | 44.07º | 0.82% | 0.57% | - |
| HSV(B) | 44.07º | 0.75% | 0.92% | - |
| XYZ | 53.01 | 53.93 | 11.62 | - |
| YUV | 187.23 | 55.07 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 58 | 0 | 0.2 | 0.75 | 0.08 | 44.07 | 0.82 | 0.57 |
| Hex | EB | BC | 3A | 0 | 14 | 4B | 8 | 2C | 52 | 39 |
| Octal | 353 | 274 | 72 | 0 | 24 | 113 | 10 | 54 | 122 | 71 |
| Binary | 11101011 | 10111100 | 111010 | 0 | 10100 | 1001011 | 1000 | 101100 | 1010010 | 111001 |
Color Harmonies of #EBBC3A
Complementary color
Monochromatic Colors of #EBBC3A
Black with #EBBC3A
Text Example
Text Example
White with #EBBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC3A; }
p { color: rgb(235,188,58); }
H1.HeaderClassName
{
color: #EBBC3A;
}
.AnyTagClassName
{
color: #EBBC3A;
}
</style>
background-color css
<style>
a { background-color: #EBBC3A; }
a { background-color: rgb(235,188,58); }
div.DivClassName
{
background-color: #EBBC3A;
}
.BgClassName
{
background-color: #EBBC3A;
}
</style>
border-color css
<style>
span { border-color: #EBBC3A; }
span { border-color: rgb(235,188,58); }
td.TdClassName
{
border-color: #EBBC3A;
}
.TagClassName
{
border-color: #EBBC3A;
}
</style>