Shades of Bright Sun #E2C32E
Tints of Bright Sun #E2C32E
RGB
CMYK
RGB Variations
Color information
#E2C32E (or 0xE2C32E) is known color: Bright Sun. HEX triplet: E2, C3 and 2E. RGB value is (226,195,46). Sum of RGB (Red+Green+Blue) = 226+195+46=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C32E is #1D3CD1. Grayscale: #BBBBBB. Windows color (decimal): -1916114 or 3064802. OLE color: 3064802.
HSL color Cylindrical-coordinate representation of color #E2C32E: hue angle of 49.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 #E2C32E is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 46 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.11 |
| HSL | 49.67º | 0.76% | 0.53% | - |
| HSV(B) | 49.67º | 0.8% | 0.89% | - |
| XYZ | 51.37 | 55.4 | 10.57 | - |
| YUV | 187.28 | 48.27 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 46 | 0 | 0.14 | 0.80 | 0.11 | 49.67 | 0.76 | 0.53 |
| Hex | E2 | C3 | 2E | 0 | E | 50 | B | 32 | 4C | 35 |
| Octal | 342 | 303 | 56 | 0 | 16 | 120 | 13 | 62 | 114 | 65 |
| Binary | 11100010 | 11000011 | 101110 | 0 | 1110 | 1010000 | 1011 | 110010 | 1001100 | 110101 |
Color Harmonies of #E2C32E
Complementary color
Monochromatic Colors of #E2C32E
Black with #E2C32E
Text Example
Text Example
White with #E2C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C32E; }
p { color: rgb(226,195,46); }
H1.HeaderClassName
{
color: #E2C32E;
}
.AnyTagClassName
{
color: #E2C32E;
}
</style>
background-color css
<style>
a { background-color: #E2C32E; }
a { background-color: rgb(226,195,46); }
div.DivClassName
{
background-color: #E2C32E;
}
.BgClassName
{
background-color: #E2C32E;
}
</style>
border-color css
<style>
span { border-color: #E2C32E; }
span { border-color: rgb(226,195,46); }
td.TdClassName
{
border-color: #E2C32E;
}
.TagClassName
{
border-color: #E2C32E;
}
</style>