Shades of Bright Sun #EBBC28
Tints of Bright Sun #EBBC28
RGB
CMYK
RGB Variations
Color information
#EBBC28 (or 0xEBBC28) is known color: Bright Sun. HEX triplet: EB, BC and 28. RGB value is (235,188,40). Sum of RGB (Red+Green+Blue) = 235+188+40=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBC28 is #1443D7. Grayscale: #B9B9B9. Windows color (decimal): -1328088 or 2669803. OLE color: 2669803.
HSL color Cylindrical-coordinate representation of color #EBBC28: hue angle of 45.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBBC28 is Cyan = 0, Magento = 0.2, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 40 | - |
| CMYK | 0 | 0.2 | 0.83 | 0.08 |
| HSL | 45.54º | 0.83% | 0.54% | - |
| HSV(B) | 45.54º | 0.83% | 0.92% | - |
| XYZ | 52.63 | 53.78 | 9.61 | - |
| YUV | 185.18 | 46.07 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 40 | 0 | 0.2 | 0.83 | 0.08 | 45.54 | 0.83 | 0.54 |
| Hex | EB | BC | 28 | 0 | 14 | 53 | 8 | 2E | 53 | 36 |
| Octal | 353 | 274 | 50 | 0 | 24 | 123 | 10 | 56 | 123 | 66 |
| Binary | 11101011 | 10111100 | 101000 | 0 | 10100 | 1010011 | 1000 | 101110 | 1010011 | 110110 |
Color Harmonies of #EBBC28
Complementary color
Monochromatic Colors of #EBBC28
Black with #EBBC28
Text Example
Text Example
White with #EBBC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC28; }
p { color: rgb(235,188,40); }
H1.HeaderClassName
{
color: #EBBC28;
}
.AnyTagClassName
{
color: #EBBC28;
}
</style>
background-color css
<style>
a { background-color: #EBBC28; }
a { background-color: rgb(235,188,40); }
div.DivClassName
{
background-color: #EBBC28;
}
.BgClassName
{
background-color: #EBBC28;
}
</style>
border-color css
<style>
span { border-color: #EBBC28; }
span { border-color: rgb(235,188,40); }
td.TdClassName
{
border-color: #EBBC28;
}
.TagClassName
{
border-color: #EBBC28;
}
</style>