Shades of Bright Sun #E4C62F
Tints of Bright Sun #E4C62F
RGB
CMYK
RGB Variations
Color information
#E4C62F (or 0xE4C62F) is known color: Bright Sun. HEX triplet: E4, C6 and 2F. RGB value is (228,198,47). Sum of RGB (Red+Green+Blue) = 228+198+47=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C62F is #1B39D0. Grayscale: #BEBEBE. Windows color (decimal): -1784273 or 3131108. OLE color: 3131108.
HSL color Cylindrical-coordinate representation of color #E4C62F: hue angle of 50.06º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4C62F is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 198 | 47 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.11 |
| HSL | 50.06º | 0.77% | 0.54% | - |
| HSV(B) | 50.06º | 0.79% | 0.89% | - |
| XYZ | 52.7 | 57.09 | 10.93 | - |
| YUV | 189.76 | 47.44 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 198 | 47 | 0 | 0.13 | 0.79 | 0.11 | 50.06 | 0.77 | 0.54 |
| Hex | E4 | C6 | 2F | 0 | D | 4F | B | 32 | 4D | 36 |
| Octal | 344 | 306 | 57 | 0 | 15 | 117 | 13 | 62 | 115 | 66 |
| Binary | 11100100 | 11000110 | 101111 | 0 | 1101 | 1001111 | 1011 | 110010 | 1001101 | 110110 |
Color Harmonies of #E4C62F
Complementary color
Monochromatic Colors of #E4C62F
Black with #E4C62F
Text Example
Text Example
White with #E4C62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C62F; }
p { color: rgb(228,198,47); }
H1.HeaderClassName
{
color: #E4C62F;
}
.AnyTagClassName
{
color: #E4C62F;
}
</style>
background-color css
<style>
a { background-color: #E4C62F; }
a { background-color: rgb(228,198,47); }
div.DivClassName
{
background-color: #E4C62F;
}
.BgClassName
{
background-color: #E4C62F;
}
</style>
border-color css
<style>
span { border-color: #E4C62F; }
span { border-color: rgb(228,198,47); }
td.TdClassName
{
border-color: #E4C62F;
}
.TagClassName
{
border-color: #E4C62F;
}
</style>