Shades of Bright Sun #E5C22A
Tints of Bright Sun #E5C22A
RGB
CMYK
RGB Variations
Color information
#E5C22A (or 0xE5C22A) is known color: Bright Sun. HEX triplet: E5, C2 and 2A. RGB value is (229,194,42). Sum of RGB (Red+Green+Blue) = 229+194+42=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C22A is #1A3DD5. Grayscale: #BBBBBB. Windows color (decimal): -1719766 or 2802405. OLE color: 2802405.
HSL color Cylindrical-coordinate representation of color #E5C22A: hue angle of 48.77º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5C22A is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 194 | 42 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.10 |
| HSL | 48.77º | 0.78% | 0.53% | - |
| HSV(B) | 48.77º | 0.82% | 0.9% | - |
| XYZ | 52.02 | 55.41 | 10.14 | - |
| YUV | 187.14 | 46.1 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 42 | 0 | 0.15 | 0.82 | 0.10 | 48.77 | 0.78 | 0.53 |
| Hex | E5 | C2 | 2A | 0 | F | 52 | A | 31 | 4E | 35 |
| Octal | 345 | 302 | 52 | 0 | 17 | 122 | 12 | 61 | 116 | 65 |
| Binary | 11100101 | 11000010 | 101010 | 0 | 1111 | 1010010 | 1010 | 110001 | 1001110 | 110101 |
Color Harmonies of #E5C22A
Complementary color
Monochromatic Colors of #E5C22A
Black with #E5C22A
Text Example
Text Example
White with #E5C22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C22A; }
p { color: rgb(229,194,42); }
H1.HeaderClassName
{
color: #E5C22A;
}
.AnyTagClassName
{
color: #E5C22A;
}
</style>
background-color css
<style>
a { background-color: #E5C22A; }
a { background-color: rgb(229,194,42); }
div.DivClassName
{
background-color: #E5C22A;
}
.BgClassName
{
background-color: #E5C22A;
}
</style>
border-color css
<style>
span { border-color: #E5C22A; }
span { border-color: rgb(229,194,42); }
td.TdClassName
{
border-color: #E5C22A;
}
.TagClassName
{
border-color: #E5C22A;
}
</style>