Shades of Confetti #E0C645
Tints of Confetti #E0C645
RGB
CMYK
RGB Variations
Color information
#E0C645 (or 0xE0C645) is known color: Confetti. HEX triplet: E0, C6 and 45. RGB value is (224,198,69). Sum of RGB (Red+Green+Blue) = 224+198+69=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C645 is #1F39BA. Grayscale: #BFBFBF. Windows color (decimal): -2046395 or 4572896. OLE color: 4572896.
HSL color Cylindrical-coordinate representation of color #E0C645: hue angle of 49.94º 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 #E0C645 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 69 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.12 |
| HSL | 49.94º | 0.71% | 0.57% | - |
| HSV(B) | 49.94º | 0.69% | 0.88% | - |
| XYZ | 52.01 | 56.67 | 13.83 | - |
| YUV | 191.07 | 59.11 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 69 | 0 | 0.12 | 0.69 | 0.12 | 49.94 | 0.71 | 0.57 |
| Hex | E0 | C6 | 45 | 0 | C | 45 | C | 32 | 47 | 39 |
| Octal | 340 | 306 | 105 | 0 | 14 | 105 | 14 | 62 | 107 | 71 |
| Binary | 11100000 | 11000110 | 1000101 | 0 | 1100 | 1000101 | 1100 | 110010 | 1000111 | 111001 |
Color Harmonies of #E0C645
Complementary color
Monochromatic Colors of #E0C645
Black with #E0C645
Text Example
Text Example
White with #E0C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C645; }
p { color: rgb(224,198,69); }
H1.HeaderClassName
{
color: #E0C645;
}
.AnyTagClassName
{
color: #E0C645;
}
</style>
background-color css
<style>
a { background-color: #E0C645; }
a { background-color: rgb(224,198,69); }
div.DivClassName
{
background-color: #E0C645;
}
.BgClassName
{
background-color: #E0C645;
}
</style>
border-color css
<style>
span { border-color: #E0C645; }
span { border-color: rgb(224,198,69); }
td.TdClassName
{
border-color: #E0C645;
}
.TagClassName
{
border-color: #E0C645;
}
</style>