Shades of Bright Sun #EBBE30
Tints of Bright Sun #EBBE30
RGB
CMYK
RGB Variations
Color information
#EBBE30 (or 0xEBBE30) is known color: Bright Sun. HEX triplet: EB, BE and 30. RGB value is (235,190,48). Sum of RGB (Red+Green+Blue) = 235+190+48=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE30 is #1441CF. Grayscale: #BBBBBB. Windows color (decimal): -1327568 or 3194603. OLE color: 3194603.
HSL color Cylindrical-coordinate representation of color #EBBE30: hue angle of 45.56º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBBE30 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 48 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.08 |
| HSL | 45.56º | 0.82% | 0.55% | - |
| HSV(B) | 45.56º | 0.8% | 0.92% | - |
| XYZ | 53.21 | 54.7 | 10.55 | - |
| YUV | 187.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 48 | 0 | 0.19 | 0.80 | 0.08 | 45.56 | 0.82 | 0.55 |
| Hex | EB | BE | 30 | 0 | 13 | 50 | 8 | 2E | 52 | 37 |
| Octal | 353 | 276 | 60 | 0 | 23 | 120 | 10 | 56 | 122 | 67 |
| Binary | 11101011 | 10111110 | 110000 | 0 | 10011 | 1010000 | 1000 | 101110 | 1010010 | 110111 |
Color Harmonies of #EBBE30
Complementary color
Monochromatic Colors of #EBBE30
Black with #EBBE30
Text Example
Text Example
White with #EBBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE30; }
p { color: rgb(235,190,48); }
H1.HeaderClassName
{
color: #EBBE30;
}
.AnyTagClassName
{
color: #EBBE30;
}
</style>
background-color css
<style>
a { background-color: #EBBE30; }
a { background-color: rgb(235,190,48); }
div.DivClassName
{
background-color: #EBBE30;
}
.BgClassName
{
background-color: #EBBE30;
}
</style>
border-color css
<style>
span { border-color: #EBBE30; }
span { border-color: rgb(235,190,48); }
td.TdClassName
{
border-color: #EBBE30;
}
.TagClassName
{
border-color: #EBBE30;
}
</style>