Shades of Bright Sun #E2C62E
Tints of Bright Sun #E2C62E
RGB
CMYK
RGB Variations
Color information
#E2C62E (or 0xE2C62E) is known color: Bright Sun. HEX triplet: E2, C6 and 2E. RGB value is (226,198,46). Sum of RGB (Red+Green+Blue) = 226+198+46=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C62E is #1D39D1. Grayscale: #BDBDBD. Windows color (decimal): -1915346 or 3065570. OLE color: 3065570.
HSL color Cylindrical-coordinate representation of color #E2C62E: hue angle of 50.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2C62E is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 198 | 46 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.11 |
| HSL | 50.67º | 0.76% | 0.53% | - |
| HSV(B) | 50.67º | 0.8% | 0.89% | - |
| XYZ | 52.05 | 56.75 | 10.8 | - |
| YUV | 189.04 | 47.28 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 46 | 0 | 0.12 | 0.80 | 0.11 | 50.67 | 0.76 | 0.53 |
| Hex | E2 | C6 | 2E | 0 | C | 50 | B | 33 | 4C | 35 |
| Octal | 342 | 306 | 56 | 0 | 14 | 120 | 13 | 63 | 114 | 65 |
| Binary | 11100010 | 11000110 | 101110 | 0 | 1100 | 1010000 | 1011 | 110011 | 1001100 | 110101 |
Color Harmonies of #E2C62E
Complementary color
Monochromatic Colors of #E2C62E
Black with #E2C62E
Text Example
Text Example
White with #E2C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C62E; }
p { color: rgb(226,198,46); }
H1.HeaderClassName
{
color: #E2C62E;
}
.AnyTagClassName
{
color: #E2C62E;
}
</style>
background-color css
<style>
a { background-color: #E2C62E; }
a { background-color: rgb(226,198,46); }
div.DivClassName
{
background-color: #E2C62E;
}
.BgClassName
{
background-color: #E2C62E;
}
</style>
border-color css
<style>
span { border-color: #E2C62E; }
span { border-color: rgb(226,198,46); }
td.TdClassName
{
border-color: #E2C62E;
}
.TagClassName
{
border-color: #E2C62E;
}
</style>