Shades of Bright Sun #EBBE28
Tints of Bright Sun #EBBE28
RGB
CMYK
RGB Variations
Color information
#EBBE28 (or 0xEBBE28) is known color: Bright Sun. HEX triplet: EB, BE and 28. RGB value is (235,190,40). Sum of RGB (Red+Green+Blue) = 235+190+40=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE28 is #1441D7. Grayscale: #BBBBBB. Windows color (decimal): -1327576 or 2670315. OLE color: 2670315.
HSL color Cylindrical-coordinate representation of color #EBBE28: hue angle of 46.15º 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 #EBBE28 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 40 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.08 |
| HSL | 46.15º | 0.83% | 0.54% | - |
| HSV(B) | 46.15º | 0.83% | 0.92% | - |
| XYZ | 53.06 | 54.64 | 9.76 | - |
| YUV | 186.36 | 45.41 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 40 | 0 | 0.19 | 0.83 | 0.08 | 46.15 | 0.83 | 0.54 |
| Hex | EB | BE | 28 | 0 | 13 | 53 | 8 | 2E | 53 | 36 |
| Octal | 353 | 276 | 50 | 0 | 23 | 123 | 10 | 56 | 123 | 66 |
| Binary | 11101011 | 10111110 | 101000 | 0 | 10011 | 1010011 | 1000 | 101110 | 1010011 | 110110 |
Color Harmonies of #EBBE28
Complementary color
Monochromatic Colors of #EBBE28
Black with #EBBE28
Text Example
Text Example
White with #EBBE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE28; }
p { color: rgb(235,190,40); }
H1.HeaderClassName
{
color: #EBBE28;
}
.AnyTagClassName
{
color: #EBBE28;
}
</style>
background-color css
<style>
a { background-color: #EBBE28; }
a { background-color: rgb(235,190,40); }
div.DivClassName
{
background-color: #EBBE28;
}
.BgClassName
{
background-color: #EBBE28;
}
</style>
border-color css
<style>
span { border-color: #EBBE28; }
span { border-color: rgb(235,190,40); }
td.TdClassName
{
border-color: #EBBE28;
}
.TagClassName
{
border-color: #EBBE28;
}
</style>