Shades of Confetti #E0C94B
Tints of Confetti #E0C94B
RGB
CMYK
RGB Variations
Color information
#E0C94B (or 0xE0C94B) is known color: Confetti. HEX triplet: E0, C9 and 4B. RGB value is (224,201,75). Sum of RGB (Red+Green+Blue) = 224+201+75=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C94B is #1F36B4. Grayscale: #C2C2C2. Windows color (decimal): -2045621 or 4966880. OLE color: 4966880.
HSL color Cylindrical-coordinate representation of color #E0C94B: hue angle of 50.74º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0C94B is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 75 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.12 |
| HSL | 50.74º | 0.71% | 0.59% | - |
| HSV(B) | 50.74º | 0.67% | 0.88% | - |
| XYZ | 52.9 | 58.13 | 15.09 | - |
| YUV | 193.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 75 | 0 | 0.10 | 0.67 | 0.12 | 50.74 | 0.71 | 0.59 |
| Hex | E0 | C9 | 4B | 0 | A | 43 | C | 33 | 47 | 3B |
| Octal | 340 | 311 | 113 | 0 | 12 | 103 | 14 | 63 | 107 | 73 |
| Binary | 11100000 | 11001001 | 1001011 | 0 | 1010 | 1000011 | 1100 | 110011 | 1000111 | 111011 |
Color Harmonies of #E0C94B
Complementary color
Monochromatic Colors of #E0C94B
Black with #E0C94B
Text Example
Text Example
White with #E0C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C94B; }
p { color: rgb(224,201,75); }
H1.HeaderClassName
{
color: #E0C94B;
}
.AnyTagClassName
{
color: #E0C94B;
}
</style>
background-color css
<style>
a { background-color: #E0C94B; }
a { background-color: rgb(224,201,75); }
div.DivClassName
{
background-color: #E0C94B;
}
.BgClassName
{
background-color: #E0C94B;
}
</style>
border-color css
<style>
span { border-color: #E0C94B; }
span { border-color: rgb(224,201,75); }
td.TdClassName
{
border-color: #E0C94B;
}
.TagClassName
{
border-color: #E0C94B;
}
</style>