Shades of Bright Sun #EBBE3A
Tints of Bright Sun #EBBE3A
RGB
CMYK
RGB Variations
Color information
#EBBE3A (or 0xEBBE3A) is known color: Bright Sun. HEX triplet: EB, BE and 3A. RGB value is (235,190,58). Sum of RGB (Red+Green+Blue) = 235+190+58=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 58 (23.05% from 255 or 12.01% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE3A is #1441C5. Grayscale: #BCBCBC. Windows color (decimal): -1327558 or 3849963. OLE color: 3849963.
HSL color Cylindrical-coordinate representation of color #EBBE3A: hue angle of 44.75º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBBE3A is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 58 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.08 |
| HSL | 44.75º | 0.82% | 0.57% | - |
| HSV(B) | 44.75º | 0.75% | 0.92% | - |
| XYZ | 53.44 | 54.79 | 11.76 | - |
| YUV | 188.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 58 | 0 | 0.19 | 0.75 | 0.08 | 44.75 | 0.82 | 0.57 |
| Hex | EB | BE | 3A | 0 | 13 | 4B | 8 | 2D | 52 | 39 |
| Octal | 353 | 276 | 72 | 0 | 23 | 113 | 10 | 55 | 122 | 71 |
| Binary | 11101011 | 10111110 | 111010 | 0 | 10011 | 1001011 | 1000 | 101101 | 1010010 | 111001 |
Color Harmonies of #EBBE3A
Complementary color
Monochromatic Colors of #EBBE3A
Black with #EBBE3A
Text Example
Text Example
White with #EBBE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE3A; }
p { color: rgb(235,190,58); }
H1.HeaderClassName
{
color: #EBBE3A;
}
.AnyTagClassName
{
color: #EBBE3A;
}
</style>
background-color css
<style>
a { background-color: #EBBE3A; }
a { background-color: rgb(235,190,58); }
div.DivClassName
{
background-color: #EBBE3A;
}
.BgClassName
{
background-color: #EBBE3A;
}
</style>
border-color css
<style>
span { border-color: #EBBE3A; }
span { border-color: rgb(235,190,58); }
td.TdClassName
{
border-color: #EBBE3A;
}
.TagClassName
{
border-color: #EBBE3A;
}
</style>