Shades of Bright Sun #E2C034
Tints of Bright Sun #E2C034
RGB
CMYK
RGB Variations
Color information
#E2C034 (or 0xE2C034) is known color: Bright Sun. HEX triplet: E2, C0 and 34. RGB value is (226,192,52). Sum of RGB (Red+Green+Blue) = 226+192+52=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C034 is #1D3FCB. Grayscale: #BABABA. Windows color (decimal): -1916876 or 3457250. OLE color: 3457250.
HSL color Cylindrical-coordinate representation of color #E2C034: hue angle of 48.28º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2C034 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 52 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.11 |
| HSL | 48.28º | 0.75% | 0.55% | - |
| HSV(B) | 48.28º | 0.77% | 0.89% | - |
| XYZ | 50.83 | 54.12 | 11.02 | - |
| YUV | 186.21 | 52.26 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 52 | 0 | 0.15 | 0.77 | 0.11 | 48.28 | 0.75 | 0.55 |
| Hex | E2 | C0 | 34 | 0 | F | 4D | B | 30 | 4B | 37 |
| Octal | 342 | 300 | 64 | 0 | 17 | 115 | 13 | 60 | 113 | 67 |
| Binary | 11100010 | 11000000 | 110100 | 0 | 1111 | 1001101 | 1011 | 110000 | 1001011 | 110111 |
Color Harmonies of #E2C034
Complementary color
Monochromatic Colors of #E2C034
Black with #E2C034
Text Example
Text Example
White with #E2C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C034; }
p { color: rgb(226,192,52); }
H1.HeaderClassName
{
color: #E2C034;
}
.AnyTagClassName
{
color: #E2C034;
}
</style>
background-color css
<style>
a { background-color: #E2C034; }
a { background-color: rgb(226,192,52); }
div.DivClassName
{
background-color: #E2C034;
}
.BgClassName
{
background-color: #E2C034;
}
</style>
border-color css
<style>
span { border-color: #E2C034; }
span { border-color: rgb(226,192,52); }
td.TdClassName
{
border-color: #E2C034;
}
.TagClassName
{
border-color: #E2C034;
}
</style>