Shades of Bright Sun #E2C72E
Tints of Bright Sun #E2C72E
RGB
CMYK
RGB Variations
Color information
#E2C72E (or 0xE2C72E) is known color: Bright Sun. HEX triplet: E2, C7 and 2E. RGB value is (226,199,46). Sum of RGB (Red+Green+Blue) = 226+199+46=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C72E is #1D38D1. Grayscale: #BEBEBE. Windows color (decimal): -1915090 or 3065826. OLE color: 3065826.
HSL color Cylindrical-coordinate representation of color #E2C72E: hue angle of 51º 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 #E2C72E is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 199 | 46 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.11 |
| HSL | 51º | 0.76% | 0.53% | - |
| HSV(B) | 51º | 0.8% | 0.89% | - |
| XYZ | 52.28 | 57.21 | 10.87 | - |
| YUV | 189.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 46 | 0 | 0.12 | 0.80 | 0.11 | 51 | 0.76 | 0.53 |
| Hex | E2 | C7 | 2E | 0 | C | 50 | B | 33 | 4C | 35 |
| Octal | 342 | 307 | 56 | 0 | 14 | 120 | 13 | 63 | 114 | 65 |
| Binary | 11100010 | 11000111 | 101110 | 0 | 1100 | 1010000 | 1011 | 110011 | 1001100 | 110101 |
Color Harmonies of #E2C72E
Complementary color
Monochromatic Colors of #E2C72E
Black with #E2C72E
Text Example
Text Example
White with #E2C72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C72E; }
p { color: rgb(226,199,46); }
H1.HeaderClassName
{
color: #E2C72E;
}
.AnyTagClassName
{
color: #E2C72E;
}
</style>
background-color css
<style>
a { background-color: #E2C72E; }
a { background-color: rgb(226,199,46); }
div.DivClassName
{
background-color: #E2C72E;
}
.BgClassName
{
background-color: #E2C72E;
}
</style>
border-color css
<style>
span { border-color: #E2C72E; }
span { border-color: rgb(226,199,46); }
td.TdClassName
{
border-color: #E2C72E;
}
.TagClassName
{
border-color: #E2C72E;
}
</style>