Shades of Bright Sun #EBB529
Tints of Bright Sun #EBB529
RGB
CMYK
RGB Variations
Color information
#EBB529 (or 0xEBB529) is known color: Bright Sun. HEX triplet: EB, B5 and 29. RGB value is (235,181,41). Sum of RGB (Red+Green+Blue) = 235+181+41=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB529 is #144AD6. Grayscale: #B5B5B5. Windows color (decimal): -1329879 or 2733547. OLE color: 2733547.
HSL color Cylindrical-coordinate representation of color #EBB529: hue angle of 43.3º 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 #EBB529 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 41 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.08 |
| HSL | 43.3º | 0.83% | 0.54% | - |
| HSV(B) | 43.3º | 0.83% | 0.92% | - |
| XYZ | 51.19 | 50.87 | 9.22 | - |
| YUV | 181.19 | 48.89 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 41 | 0 | 0.23 | 0.83 | 0.08 | 43.3 | 0.83 | 0.54 |
| Hex | EB | B5 | 29 | 0 | 17 | 53 | 8 | 2B | 53 | 36 |
| Octal | 353 | 265 | 51 | 0 | 27 | 123 | 10 | 53 | 123 | 66 |
| Binary | 11101011 | 10110101 | 101001 | 0 | 10111 | 1010011 | 1000 | 101011 | 1010011 | 110110 |
Color Harmonies of #EBB529
Complementary color
Monochromatic Colors of #EBB529
Black with #EBB529
Text Example
Text Example
White with #EBB529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB529; }
p { color: rgb(235,181,41); }
H1.HeaderClassName
{
color: #EBB529;
}
.AnyTagClassName
{
color: #EBB529;
}
</style>
background-color css
<style>
a { background-color: #EBB529; }
a { background-color: rgb(235,181,41); }
div.DivClassName
{
background-color: #EBB529;
}
.BgClassName
{
background-color: #EBB529;
}
</style>
border-color css
<style>
span { border-color: #EBB529; }
span { border-color: rgb(235,181,41); }
td.TdClassName
{
border-color: #EBB529;
}
.TagClassName
{
border-color: #EBB529;
}
</style>