Shades of Confetti #E0C750
Tints of Confetti #E0C750
RGB
CMYK
RGB Variations
Color information
#E0C750 (or 0xE0C750) is known color: Confetti. HEX triplet: E0, C7 and 50. RGB value is (224,199,80). Sum of RGB (Red+Green+Blue) = 224+199+80=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C750 is #1F38AF. Grayscale: #C1C1C1. Windows color (decimal): -2046128 or 5294048. OLE color: 5294048.
HSL color Cylindrical-coordinate representation of color #E0C750: hue angle of 49.58º 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 #E0C750 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 80 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.12 |
| HSL | 49.58º | 0.7% | 0.6% | - |
| HSV(B) | 49.58º | 0.64% | 0.88% | - |
| XYZ | 52.61 | 57.27 | 15.87 | - |
| YUV | 192.91 | 64.28 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 80 | 0 | 0.11 | 0.64 | 0.12 | 49.58 | 0.7 | 0.6 |
| Hex | E0 | C7 | 50 | 0 | B | 40 | C | 32 | 46 | 3C |
| Octal | 340 | 307 | 120 | 0 | 13 | 100 | 14 | 62 | 106 | 74 |
| Binary | 11100000 | 11000111 | 1010000 | 0 | 1011 | 1000000 | 1100 | 110010 | 1000110 | 111100 |
Color Harmonies of #E0C750
Complementary color
Monochromatic Colors of #E0C750
Black with #E0C750
Text Example
Text Example
White with #E0C750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C750; }
p { color: rgb(224,199,80); }
H1.HeaderClassName
{
color: #E0C750;
}
.AnyTagClassName
{
color: #E0C750;
}
</style>
background-color css
<style>
a { background-color: #E0C750; }
a { background-color: rgb(224,199,80); }
div.DivClassName
{
background-color: #E0C750;
}
.BgClassName
{
background-color: #E0C750;
}
</style>
border-color css
<style>
span { border-color: #E0C750; }
span { border-color: rgb(224,199,80); }
td.TdClassName
{
border-color: #E0C750;
}
.TagClassName
{
border-color: #E0C750;
}
</style>