Shades of Confetti #E0C650
Tints of Confetti #E0C650
RGB
CMYK
RGB Variations
Color information
#E0C650 (or 0xE0C650) is known color: Confetti. HEX triplet: E0, C6 and 50. RGB value is (224,198,80). Sum of RGB (Red+Green+Blue) = 224+198+80=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C650 is #1F39AF. Grayscale: #C0C0C0. Windows color (decimal): -2046384 or 5293792. OLE color: 5293792.
HSL color Cylindrical-coordinate representation of color #E0C650: hue angle of 49.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0C650 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 80 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.12 |
| HSL | 49.17º | 0.7% | 0.6% | - |
| HSV(B) | 49.17º | 0.64% | 0.88% | - |
| XYZ | 52.38 | 56.81 | 15.79 | - |
| YUV | 192.32 | 64.61 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 80 | 0 | 0.12 | 0.64 | 0.12 | 49.17 | 0.7 | 0.6 |
| Hex | E0 | C6 | 50 | 0 | C | 40 | C | 31 | 46 | 3C |
| Octal | 340 | 306 | 120 | 0 | 14 | 100 | 14 | 61 | 106 | 74 |
| Binary | 11100000 | 11000110 | 1010000 | 0 | 1100 | 1000000 | 1100 | 110001 | 1000110 | 111100 |
Color Harmonies of #E0C650
Complementary color
Monochromatic Colors of #E0C650
Black with #E0C650
Text Example
Text Example
White with #E0C650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C650; }
p { color: rgb(224,198,80); }
H1.HeaderClassName
{
color: #E0C650;
}
.AnyTagClassName
{
color: #E0C650;
}
</style>
background-color css
<style>
a { background-color: #E0C650; }
a { background-color: rgb(224,198,80); }
div.DivClassName
{
background-color: #E0C650;
}
.BgClassName
{
background-color: #E0C650;
}
</style>
border-color css
<style>
span { border-color: #E0C650; }
span { border-color: rgb(224,198,80); }
td.TdClassName
{
border-color: #E0C650;
}
.TagClassName
{
border-color: #E0C650;
}
</style>