Shades of Confetti #E5C940
Tints of Confetti #E5C940
RGB
CMYK
RGB Variations
Color information
#E5C940 (or 0xE5C940) is known color: Confetti. HEX triplet: E5, C9 and 40. RGB value is (229,201,64). Sum of RGB (Red+Green+Blue) = 229+201+64=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C940 is #1A36BF. Grayscale: #C2C2C2. Windows color (decimal): -1717952 or 4245989. OLE color: 4245989.
HSL color Cylindrical-coordinate representation of color #E5C940: hue angle of 49.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5C940 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 64 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.10 |
| HSL | 49.82º | 0.76% | 0.57% | - |
| HSV(B) | 49.82º | 0.72% | 0.9% | - |
| XYZ | 54.13 | 58.8 | 13.35 | - |
| YUV | 193.75 | 54.78 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 64 | 0 | 0.12 | 0.72 | 0.10 | 49.82 | 0.76 | 0.57 |
| Hex | E5 | C9 | 40 | 0 | C | 48 | A | 32 | 4C | 39 |
| Octal | 345 | 311 | 100 | 0 | 14 | 110 | 12 | 62 | 114 | 71 |
| Binary | 11100101 | 11001001 | 1000000 | 0 | 1100 | 1001000 | 1010 | 110010 | 1001100 | 111001 |
Color Harmonies of #E5C940
Complementary color
Monochromatic Colors of #E5C940
Black with #E5C940
Text Example
Text Example
White with #E5C940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C940; }
p { color: rgb(229,201,64); }
H1.HeaderClassName
{
color: #E5C940;
}
.AnyTagClassName
{
color: #E5C940;
}
</style>
background-color css
<style>
a { background-color: #E5C940; }
a { background-color: rgb(229,201,64); }
div.DivClassName
{
background-color: #E5C940;
}
.BgClassName
{
background-color: #E5C940;
}
</style>
border-color css
<style>
span { border-color: #E5C940; }
span { border-color: rgb(229,201,64); }
td.TdClassName
{
border-color: #E5C940;
}
.TagClassName
{
border-color: #E5C940;
}
</style>