Shades of Confetti #E0CF47
Tints of Confetti #E0CF47
RGB
CMYK
RGB Variations
Color information
#E0CF47 (or 0xE0CF47) is known color: Confetti. HEX triplet: E0, CF and 47. RGB value is (224,207,71). Sum of RGB (Red+Green+Blue) = 224+207+71=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CF47 is #1F30B8. Grayscale: #C5C5C5. Windows color (decimal): -2044089 or 4706272. OLE color: 4706272.
HSL color Cylindrical-coordinate representation of color #E0CF47: hue angle of 53.33º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0CF47 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 71 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.12 |
| HSL | 53.33º | 0.71% | 0.58% | - |
| HSV(B) | 53.33º | 0.68% | 0.88% | - |
| XYZ | 54.19 | 60.93 | 14.87 | - |
| YUV | 196.58 | 57.13 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 71 | 0 | 0.08 | 0.68 | 0.12 | 53.33 | 0.71 | 0.58 |
| Hex | E0 | CF | 47 | 0 | 8 | 44 | C | 35 | 47 | 3A |
| Octal | 340 | 317 | 107 | 0 | 10 | 104 | 14 | 65 | 107 | 72 |
| Binary | 11100000 | 11001111 | 1000111 | 0 | 1000 | 1000100 | 1100 | 110101 | 1000111 | 111010 |
Color Harmonies of #E0CF47
Complementary color
Monochromatic Colors of #E0CF47
Black with #E0CF47
Text Example
Text Example
White with #E0CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF47; }
p { color: rgb(224,207,71); }
H1.HeaderClassName
{
color: #E0CF47;
}
.AnyTagClassName
{
color: #E0CF47;
}
</style>
background-color css
<style>
a { background-color: #E0CF47; }
a { background-color: rgb(224,207,71); }
div.DivClassName
{
background-color: #E0CF47;
}
.BgClassName
{
background-color: #E0CF47;
}
</style>
border-color css
<style>
span { border-color: #E0CF47; }
span { border-color: rgb(224,207,71); }
td.TdClassName
{
border-color: #E0CF47;
}
.TagClassName
{
border-color: #E0CF47;
}
</style>