Shades of Confetti #E0C045
Tints of Confetti #E0C045
RGB
CMYK
RGB Variations
Color information
#E0C045 (or 0xE0C045) is known color: Confetti. HEX triplet: E0, C0 and 45. RGB value is (224,192,69). Sum of RGB (Red+Green+Blue) = 224+192+69=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C045 is #1F3FBA. Grayscale: #BCBCBC. Windows color (decimal): -2047931 or 4571360. OLE color: 4571360.
HSL color Cylindrical-coordinate representation of color #E0C045: hue angle of 47.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0C045 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 69 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.12 |
| HSL | 47.61º | 0.71% | 0.57% | - |
| HSV(B) | 47.61º | 0.69% | 0.88% | - |
| XYZ | 50.66 | 53.98 | 13.38 | - |
| YUV | 187.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 69 | 0 | 0.14 | 0.69 | 0.12 | 47.61 | 0.71 | 0.57 |
| Hex | E0 | C0 | 45 | 0 | E | 45 | C | 30 | 47 | 39 |
| Octal | 340 | 300 | 105 | 0 | 16 | 105 | 14 | 60 | 107 | 71 |
| Binary | 11100000 | 11000000 | 1000101 | 0 | 1110 | 1000101 | 1100 | 110000 | 1000111 | 111001 |
Color Harmonies of #E0C045
Complementary color
Monochromatic Colors of #E0C045
Black with #E0C045
Text Example
Text Example
White with #E0C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C045; }
p { color: rgb(224,192,69); }
H1.HeaderClassName
{
color: #E0C045;
}
.AnyTagClassName
{
color: #E0C045;
}
</style>
background-color css
<style>
a { background-color: #E0C045; }
a { background-color: rgb(224,192,69); }
div.DivClassName
{
background-color: #E0C045;
}
.BgClassName
{
background-color: #E0C045;
}
</style>
border-color css
<style>
span { border-color: #E0C045; }
span { border-color: rgb(224,192,69); }
td.TdClassName
{
border-color: #E0C045;
}
.TagClassName
{
border-color: #E0C045;
}
</style>