Shades of Bright Sun #E3C62C
Tints of Bright Sun #E3C62C
RGB
CMYK
RGB Variations
Color information
#E3C62C (or 0xE3C62C) is known color: Bright Sun. HEX triplet: E3, C6 and 2C. RGB value is (227,198,44). Sum of RGB (Red+Green+Blue) = 227+198+44=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3C62C is #1C39D3. Grayscale: #BDBDBD. Windows color (decimal): -1849812 or 2934499. OLE color: 2934499.
HSL color Cylindrical-coordinate representation of color #E3C62C: hue angle of 50.49º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3C62C is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 198 | 44 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.11 |
| HSL | 50.49º | 0.77% | 0.53% | - |
| HSV(B) | 50.49º | 0.81% | 0.89% | - |
| XYZ | 52.33 | 56.9 | 10.61 | - |
| YUV | 189.12 | 46.11 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 198 | 44 | 0 | 0.13 | 0.81 | 0.11 | 50.49 | 0.77 | 0.53 |
| Hex | E3 | C6 | 2C | 0 | D | 51 | B | 32 | 4D | 35 |
| Octal | 343 | 306 | 54 | 0 | 15 | 121 | 13 | 62 | 115 | 65 |
| Binary | 11100011 | 11000110 | 101100 | 0 | 1101 | 1010001 | 1011 | 110010 | 1001101 | 110101 |
Color Harmonies of #E3C62C
Complementary color
Monochromatic Colors of #E3C62C
Black with #E3C62C
Text Example
Text Example
White with #E3C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C62C; }
p { color: rgb(227,198,44); }
H1.HeaderClassName
{
color: #E3C62C;
}
.AnyTagClassName
{
color: #E3C62C;
}
</style>
background-color css
<style>
a { background-color: #E3C62C; }
a { background-color: rgb(227,198,44); }
div.DivClassName
{
background-color: #E3C62C;
}
.BgClassName
{
background-color: #E3C62C;
}
</style>
border-color css
<style>
span { border-color: #E3C62C; }
span { border-color: rgb(227,198,44); }
td.TdClassName
{
border-color: #E3C62C;
}
.TagClassName
{
border-color: #E3C62C;
}
</style>