Shades of Confetti #E0C94A
Tints of Confetti #E0C94A
RGB
CMYK
RGB Variations
Color information
#E0C94A (or 0xE0C94A) is known color: Confetti. HEX triplet: E0, C9 and 4A. RGB value is (224,201,74). Sum of RGB (Red+Green+Blue) = 224+201+74=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C94A is #1F36B5. Grayscale: #C1C1C1. Windows color (decimal): -2045622 or 4901344. OLE color: 4901344.
HSL color Cylindrical-coordinate representation of color #E0C94A: hue angle of 50.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0C94A is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 74 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.12 |
| HSL | 50.8º | 0.71% | 0.58% | - |
| HSV(B) | 50.8º | 0.67% | 0.88% | - |
| XYZ | 52.86 | 58.12 | 14.91 | - |
| YUV | 193.4 | 60.62 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 74 | 0 | 0.10 | 0.67 | 0.12 | 50.8 | 0.71 | 0.58 |
| Hex | E0 | C9 | 4A | 0 | A | 43 | C | 33 | 47 | 3A |
| Octal | 340 | 311 | 112 | 0 | 12 | 103 | 14 | 63 | 107 | 72 |
| Binary | 11100000 | 11001001 | 1001010 | 0 | 1010 | 1000011 | 1100 | 110011 | 1000111 | 111010 |
Color Harmonies of #E0C94A
Complementary color
Monochromatic Colors of #E0C94A
Black with #E0C94A
Text Example
Text Example
White with #E0C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C94A; }
p { color: rgb(224,201,74); }
H1.HeaderClassName
{
color: #E0C94A;
}
.AnyTagClassName
{
color: #E0C94A;
}
</style>
background-color css
<style>
a { background-color: #E0C94A; }
a { background-color: rgb(224,201,74); }
div.DivClassName
{
background-color: #E0C94A;
}
.BgClassName
{
background-color: #E0C94A;
}
</style>
border-color css
<style>
span { border-color: #E0C94A; }
span { border-color: rgb(224,201,74); }
td.TdClassName
{
border-color: #E0C94A;
}
.TagClassName
{
border-color: #E0C94A;
}
</style>