Shades of Bright Sun #E2C32D
Tints of Bright Sun #E2C32D
RGB
CMYK
RGB Variations
Color information
#E2C32D (or 0xE2C32D) is known color: Bright Sun. HEX triplet: E2, C3 and 2D. RGB value is (226,195,45). Sum of RGB (Red+Green+Blue) = 226+195+45=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C32D is #1D3CD2. Grayscale: #BBBBBB. Windows color (decimal): -1916115 or 2999266. OLE color: 2999266.
HSL color Cylindrical-coordinate representation of color #E2C32D: hue angle of 49.72º 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 #E2C32D is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 45 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.11 |
| HSL | 49.72º | 0.76% | 0.53% | - |
| HSV(B) | 49.72º | 0.8% | 0.89% | - |
| XYZ | 51.35 | 55.39 | 10.47 | - |
| YUV | 187.17 | 47.77 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 45 | 0 | 0.14 | 0.80 | 0.11 | 49.72 | 0.76 | 0.53 |
| Hex | E2 | C3 | 2D | 0 | E | 50 | B | 32 | 4C | 35 |
| Octal | 342 | 303 | 55 | 0 | 16 | 120 | 13 | 62 | 114 | 65 |
| Binary | 11100010 | 11000011 | 101101 | 0 | 1110 | 1010000 | 1011 | 110010 | 1001100 | 110101 |
Color Harmonies of #E2C32D
Complementary color
Monochromatic Colors of #E2C32D
Black with #E2C32D
Text Example
Text Example
White with #E2C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C32D; }
p { color: rgb(226,195,45); }
H1.HeaderClassName
{
color: #E2C32D;
}
.AnyTagClassName
{
color: #E2C32D;
}
</style>
background-color css
<style>
a { background-color: #E2C32D; }
a { background-color: rgb(226,195,45); }
div.DivClassName
{
background-color: #E2C32D;
}
.BgClassName
{
background-color: #E2C32D;
}
</style>
border-color css
<style>
span { border-color: #E2C32D; }
span { border-color: rgb(226,195,45); }
td.TdClassName
{
border-color: #E2C32D;
}
.TagClassName
{
border-color: #E2C32D;
}
</style>