Shades of Bright Sun #E5C22F
Tints of Bright Sun #E5C22F
RGB
CMYK
RGB Variations
Color information
#E5C22F (or 0xE5C22F) is known color: Bright Sun. HEX triplet: E5, C2 and 2F. RGB value is (229,194,47). Sum of RGB (Red+Green+Blue) = 229+194+47=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C22F is #1A3DD0. Grayscale: #BCBCBC. Windows color (decimal): -1719761 or 3130085. OLE color: 3130085.
HSL color Cylindrical-coordinate representation of color #E5C22F: hue angle of 48.46º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5C22F is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 194 | 47 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.10 |
| HSL | 48.46º | 0.78% | 0.54% | - |
| HSV(B) | 48.46º | 0.79% | 0.9% | - |
| XYZ | 52.12 | 55.45 | 10.64 | - |
| YUV | 187.71 | 48.6 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 47 | 0 | 0.15 | 0.79 | 0.10 | 48.46 | 0.78 | 0.54 |
| Hex | E5 | C2 | 2F | 0 | F | 4F | A | 30 | 4E | 36 |
| Octal | 345 | 302 | 57 | 0 | 17 | 117 | 12 | 60 | 116 | 66 |
| Binary | 11100101 | 11000010 | 101111 | 0 | 1111 | 1001111 | 1010 | 110000 | 1001110 | 110110 |
Color Harmonies of #E5C22F
Complementary color
Monochromatic Colors of #E5C22F
Black with #E5C22F
Text Example
Text Example
White with #E5C22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C22F; }
p { color: rgb(229,194,47); }
H1.HeaderClassName
{
color: #E5C22F;
}
.AnyTagClassName
{
color: #E5C22F;
}
</style>
background-color css
<style>
a { background-color: #E5C22F; }
a { background-color: rgb(229,194,47); }
div.DivClassName
{
background-color: #E5C22F;
}
.BgClassName
{
background-color: #E5C22F;
}
</style>
border-color css
<style>
span { border-color: #E5C22F; }
span { border-color: rgb(229,194,47); }
td.TdClassName
{
border-color: #E5C22F;
}
.TagClassName
{
border-color: #E5C22F;
}
</style>