Shades of Bright Sun #EBC429
Tints of Bright Sun #EBC429
RGB
CMYK
RGB Variations
Color information
#EBC429 (or 0xEBC429) is known color: Bright Sun. HEX triplet: EB, C4 and 29. RGB value is (235,196,41). Sum of RGB (Red+Green+Blue) = 235+196+41=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC429 is #143BD6. Grayscale: #BEBEBE. Windows color (decimal): -1326039 or 2737387. OLE color: 2737387.
HSL color Cylindrical-coordinate representation of color #EBC429: hue angle of 47.94º 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 #EBC429 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 41 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.08 |
| HSL | 47.94º | 0.83% | 0.54% | - |
| HSV(B) | 47.94º | 0.83% | 0.92% | - |
| XYZ | 54.4 | 57.3 | 10.29 | - |
| YUV | 189.99 | 43.92 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 41 | 0 | 0.17 | 0.83 | 0.08 | 47.94 | 0.83 | 0.54 |
| Hex | EB | C4 | 29 | 0 | 11 | 53 | 8 | 30 | 53 | 36 |
| Octal | 353 | 304 | 51 | 0 | 21 | 123 | 10 | 60 | 123 | 66 |
| Binary | 11101011 | 11000100 | 101001 | 0 | 10001 | 1010011 | 1000 | 110000 | 1010011 | 110110 |
Color Harmonies of #EBC429
Complementary color
Monochromatic Colors of #EBC429
Black with #EBC429
Text Example
Text Example
White with #EBC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC429; }
p { color: rgb(235,196,41); }
H1.HeaderClassName
{
color: #EBC429;
}
.AnyTagClassName
{
color: #EBC429;
}
</style>
background-color css
<style>
a { background-color: #EBC429; }
a { background-color: rgb(235,196,41); }
div.DivClassName
{
background-color: #EBC429;
}
.BgClassName
{
background-color: #EBC429;
}
</style>
border-color css
<style>
span { border-color: #EBC429; }
span { border-color: rgb(235,196,41); }
td.TdClassName
{
border-color: #EBC429;
}
.TagClassName
{
border-color: #EBC429;
}
</style>