Shades of Bright Sun #E5C42B
Tints of Bright Sun #E5C42B
RGB
CMYK
RGB Variations
Color information
#E5C42B (or 0xE5C42B) is known color: Bright Sun. HEX triplet: E5, C4 and 2B. RGB value is (229,196,43). Sum of RGB (Red+Green+Blue) = 229+196+43=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 43 (17.19% from 255 or 9.19% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C42B is #1A3BD4. Grayscale: #BDBDBD. Windows color (decimal): -1719253 or 2868453. OLE color: 2868453.
HSL color Cylindrical-coordinate representation of color #E5C42B: hue angle of 49.35º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5C42B is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 43 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.10 |
| HSL | 49.35º | 0.78% | 0.53% | - |
| HSV(B) | 49.35º | 0.81% | 0.9% | - |
| XYZ | 52.49 | 56.31 | 10.39 | - |
| YUV | 188.43 | 45.93 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 43 | 0 | 0.14 | 0.81 | 0.10 | 49.35 | 0.78 | 0.53 |
| Hex | E5 | C4 | 2B | 0 | E | 51 | A | 31 | 4E | 35 |
| Octal | 345 | 304 | 53 | 0 | 16 | 121 | 12 | 61 | 116 | 65 |
| Binary | 11100101 | 11000100 | 101011 | 0 | 1110 | 1010001 | 1010 | 110001 | 1001110 | 110101 |
Color Harmonies of #E5C42B
Complementary color
Monochromatic Colors of #E5C42B
Black with #E5C42B
Text Example
Text Example
White with #E5C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C42B; }
p { color: rgb(229,196,43); }
H1.HeaderClassName
{
color: #E5C42B;
}
.AnyTagClassName
{
color: #E5C42B;
}
</style>
background-color css
<style>
a { background-color: #E5C42B; }
a { background-color: rgb(229,196,43); }
div.DivClassName
{
background-color: #E5C42B;
}
.BgClassName
{
background-color: #E5C42B;
}
</style>
border-color css
<style>
span { border-color: #E5C42B; }
span { border-color: rgb(229,196,43); }
td.TdClassName
{
border-color: #E5C42B;
}
.TagClassName
{
border-color: #E5C42B;
}
</style>