Shades of Confetti #E0C94F
Tints of Confetti #E0C94F
RGB
CMYK
RGB Variations
Color information
#E0C94F (or 0xE0C94F) is known color: Confetti. HEX triplet: E0, C9 and 4F. RGB value is (224,201,79). Sum of RGB (Red+Green+Blue) = 224+201+79=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C94F is #1F36B0. Grayscale: #C2C2C2. Windows color (decimal): -2045617 or 5229024. OLE color: 5229024.
HSL color Cylindrical-coordinate representation of color #E0C94F: hue angle of 50.48º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E0C94F is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 79 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.12 |
| HSL | 50.48º | 0.7% | 0.59% | - |
| HSV(B) | 50.48º | 0.65% | 0.88% | - |
| XYZ | 53.04 | 58.19 | 15.83 | - |
| YUV | 193.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 79 | 0 | 0.10 | 0.65 | 0.12 | 50.48 | 0.7 | 0.59 |
| Hex | E0 | C9 | 4F | 0 | A | 41 | C | 32 | 46 | 3B |
| Octal | 340 | 311 | 117 | 0 | 12 | 101 | 14 | 62 | 106 | 73 |
| Binary | 11100000 | 11001001 | 1001111 | 0 | 1010 | 1000001 | 1100 | 110010 | 1000110 | 111011 |
Color Harmonies of #E0C94F
Complementary color
Monochromatic Colors of #E0C94F
Black with #E0C94F
Text Example
Text Example
White with #E0C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C94F; }
p { color: rgb(224,201,79); }
H1.HeaderClassName
{
color: #E0C94F;
}
.AnyTagClassName
{
color: #E0C94F;
}
</style>
background-color css
<style>
a { background-color: #E0C94F; }
a { background-color: rgb(224,201,79); }
div.DivClassName
{
background-color: #E0C94F;
}
.BgClassName
{
background-color: #E0C94F;
}
</style>
border-color css
<style>
span { border-color: #E0C94F; }
span { border-color: rgb(224,201,79); }
td.TdClassName
{
border-color: #E0C94F;
}
.TagClassName
{
border-color: #E0C94F;
}
</style>