Shades of Bright Sun #E2C535
Tints of Bright Sun #E2C535
RGB
CMYK
RGB Variations
Color information
#E2C535 (or 0xE2C535) is known color: Bright Sun. HEX triplet: E2, C5 and 35. RGB value is (226,197,53). Sum of RGB (Red+Green+Blue) = 226+197+53=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 53 (21.09% from 255 or 11.13% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C535 is #1D3ACA. Grayscale: #BDBDBD. Windows color (decimal): -1915595 or 3524066. OLE color: 3524066.
HSL color Cylindrical-coordinate representation of color #E2C535: hue angle of 49.94º 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 #E2C535 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 53 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.11 |
| HSL | 49.94º | 0.75% | 0.55% | - |
| HSV(B) | 49.94º | 0.77% | 0.89% | - |
| XYZ | 51.97 | 56.36 | 11.51 | - |
| YUV | 189.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 53 | 0 | 0.13 | 0.77 | 0.11 | 49.94 | 0.75 | 0.55 |
| Hex | E2 | C5 | 35 | 0 | D | 4D | B | 32 | 4B | 37 |
| Octal | 342 | 305 | 65 | 0 | 15 | 115 | 13 | 62 | 113 | 67 |
| Binary | 11100010 | 11000101 | 110101 | 0 | 1101 | 1001101 | 1011 | 110010 | 1001011 | 110111 |
Color Harmonies of #E2C535
Complementary color
Monochromatic Colors of #E2C535
Black with #E2C535
Text Example
Text Example
White with #E2C535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C535; }
p { color: rgb(226,197,53); }
H1.HeaderClassName
{
color: #E2C535;
}
.AnyTagClassName
{
color: #E2C535;
}
</style>
background-color css
<style>
a { background-color: #E2C535; }
a { background-color: rgb(226,197,53); }
div.DivClassName
{
background-color: #E2C535;
}
.BgClassName
{
background-color: #E2C535;
}
</style>
border-color css
<style>
span { border-color: #E2C535; }
span { border-color: rgb(226,197,53); }
td.TdClassName
{
border-color: #E2C535;
}
.TagClassName
{
border-color: #E2C535;
}
</style>