Shades of Bright Sun #EBBC37
Tints of Bright Sun #EBBC37
RGB
CMYK
RGB Variations
Color information
#EBBC37 (or 0xEBBC37) is known color: Bright Sun. HEX triplet: EB, BC and 37. RGB value is (235,188,55). Sum of RGB (Red+Green+Blue) = 235+188+55=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 55 (21.88% from 255 or 11.51% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBC37 is #1443C8. Grayscale: #BBBBBB. Windows color (decimal): -1328073 or 3652843. OLE color: 3652843.
HSL color Cylindrical-coordinate representation of color #EBBC37: hue angle of 44.33º 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 #EBBC37 is Cyan = 0, Magento = 0.2, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 55 | - |
| CMYK | 0 | 0.2 | 0.77 | 0.08 |
| HSL | 44.33º | 0.82% | 0.57% | - |
| HSV(B) | 44.33º | 0.77% | 0.92% | - |
| XYZ | 52.93 | 53.9 | 11.23 | - |
| YUV | 186.89 | 53.57 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 55 | 0 | 0.2 | 0.77 | 0.08 | 44.33 | 0.82 | 0.57 |
| Hex | EB | BC | 37 | 0 | 14 | 4D | 8 | 2C | 52 | 39 |
| Octal | 353 | 274 | 67 | 0 | 24 | 115 | 10 | 54 | 122 | 71 |
| Binary | 11101011 | 10111100 | 110111 | 0 | 10100 | 1001101 | 1000 | 101100 | 1010010 | 111001 |
Color Harmonies of #EBBC37
Complementary color
Monochromatic Colors of #EBBC37
Black with #EBBC37
Text Example
Text Example
White with #EBBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC37; }
p { color: rgb(235,188,55); }
H1.HeaderClassName
{
color: #EBBC37;
}
.AnyTagClassName
{
color: #EBBC37;
}
</style>
background-color css
<style>
a { background-color: #EBBC37; }
a { background-color: rgb(235,188,55); }
div.DivClassName
{
background-color: #EBBC37;
}
.BgClassName
{
background-color: #EBBC37;
}
</style>
border-color css
<style>
span { border-color: #EBBC37; }
span { border-color: rgb(235,188,55); }
td.TdClassName
{
border-color: #EBBC37;
}
.TagClassName
{
border-color: #EBBC37;
}
</style>