Shades of Bright Sun #EBBD28
Tints of Bright Sun #EBBD28
RGB
CMYK
RGB Variations
Color information
#EBBD28 (or 0xEBBD28) is known color: Bright Sun. HEX triplet: EB, BD and 28. RGB value is (235,189,40). Sum of RGB (Red+Green+Blue) = 235+189+40=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBD28 is #1442D7. Grayscale: #BABABA. Windows color (decimal): -1327832 or 2670059. OLE color: 2670059.
HSL color Cylindrical-coordinate representation of color #EBBD28: hue angle of 45.85º 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 #EBBD28 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 40 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.08 |
| HSL | 45.85º | 0.83% | 0.54% | - |
| HSV(B) | 45.85º | 0.83% | 0.92% | - |
| XYZ | 52.84 | 54.21 | 9.69 | - |
| YUV | 185.77 | 45.74 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 40 | 0 | 0.20 | 0.83 | 0.08 | 45.85 | 0.83 | 0.54 |
| Hex | EB | BD | 28 | 0 | 14 | 53 | 8 | 2E | 53 | 36 |
| Octal | 353 | 275 | 50 | 0 | 24 | 123 | 10 | 56 | 123 | 66 |
| Binary | 11101011 | 10111101 | 101000 | 0 | 10100 | 1010011 | 1000 | 101110 | 1010011 | 110110 |
Color Harmonies of #EBBD28
Complementary color
Monochromatic Colors of #EBBD28
Black with #EBBD28
Text Example
Text Example
White with #EBBD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBD28; }
p { color: rgb(235,189,40); }
H1.HeaderClassName
{
color: #EBBD28;
}
.AnyTagClassName
{
color: #EBBD28;
}
</style>
background-color css
<style>
a { background-color: #EBBD28; }
a { background-color: rgb(235,189,40); }
div.DivClassName
{
background-color: #EBBD28;
}
.BgClassName
{
background-color: #EBBD28;
}
</style>
border-color css
<style>
span { border-color: #EBBD28; }
span { border-color: rgb(235,189,40); }
td.TdClassName
{
border-color: #EBBD28;
}
.TagClassName
{
border-color: #EBBD28;
}
</style>