Shades of Bright Sun #EBBE2D
Tints of Bright Sun #EBBE2D
RGB
CMYK
RGB Variations
Color information
#EBBE2D (or 0xEBBE2D) is known color: Bright Sun. HEX triplet: EB, BE and 2D. RGB value is (235,190,45). Sum of RGB (Red+Green+Blue) = 235+190+45=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE2D is #1441D2. Grayscale: #BBBBBB. Windows color (decimal): -1327571 or 2997995. OLE color: 2997995.
HSL color Cylindrical-coordinate representation of color #EBBE2D: hue angle of 45.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBBE2D is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 45 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.08 |
| HSL | 45.79º | 0.83% | 0.55% | - |
| HSV(B) | 45.79º | 0.81% | 0.92% | - |
| XYZ | 53.15 | 54.68 | 10.24 | - |
| YUV | 186.93 | 47.91 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 45 | 0 | 0.19 | 0.81 | 0.08 | 45.79 | 0.83 | 0.55 |
| Hex | EB | BE | 2D | 0 | 13 | 51 | 8 | 2E | 53 | 37 |
| Octal | 353 | 276 | 55 | 0 | 23 | 121 | 10 | 56 | 123 | 67 |
| Binary | 11101011 | 10111110 | 101101 | 0 | 10011 | 1010001 | 1000 | 101110 | 1010011 | 110111 |
Color Harmonies of #EBBE2D
Complementary color
Monochromatic Colors of #EBBE2D
Black with #EBBE2D
Text Example
Text Example
White with #EBBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE2D; }
p { color: rgb(235,190,45); }
H1.HeaderClassName
{
color: #EBBE2D;
}
.AnyTagClassName
{
color: #EBBE2D;
}
</style>
background-color css
<style>
a { background-color: #EBBE2D; }
a { background-color: rgb(235,190,45); }
div.DivClassName
{
background-color: #EBBE2D;
}
.BgClassName
{
background-color: #EBBE2D;
}
</style>
border-color css
<style>
span { border-color: #EBBE2D; }
span { border-color: rgb(235,190,45); }
td.TdClassName
{
border-color: #EBBE2D;
}
.TagClassName
{
border-color: #EBBE2D;
}
</style>