Shades of Confetti #E0CF4D
Tints of Confetti #E0CF4D
RGB
CMYK
RGB Variations
Color information
#E0CF4D (or 0xE0CF4D) is known color: Confetti. HEX triplet: E0, CF and 4D. RGB value is (224,207,77). Sum of RGB (Red+Green+Blue) = 224+207+77=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CF4D is #1F30B2. Grayscale: #C5C5C5. Windows color (decimal): -2044083 or 5099488. OLE color: 5099488.
HSL color Cylindrical-coordinate representation of color #E0CF4D: hue angle of 53.06º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0CF4D is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 77 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.12 |
| HSL | 53.06º | 0.7% | 0.59% | - |
| HSV(B) | 53.06º | 0.66% | 0.88% | - |
| XYZ | 54.39 | 61.01 | 15.93 | - |
| YUV | 197.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 77 | 0 | 0.08 | 0.66 | 0.12 | 53.06 | 0.7 | 0.59 |
| Hex | E0 | CF | 4D | 0 | 8 | 42 | C | 35 | 46 | 3B |
| Octal | 340 | 317 | 115 | 0 | 10 | 102 | 14 | 65 | 106 | 73 |
| Binary | 11100000 | 11001111 | 1001101 | 0 | 1000 | 1000010 | 1100 | 110101 | 1000110 | 111011 |
Color Harmonies of #E0CF4D
Complementary color
Monochromatic Colors of #E0CF4D
Black with #E0CF4D
Text Example
Text Example
White with #E0CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF4D; }
p { color: rgb(224,207,77); }
H1.HeaderClassName
{
color: #E0CF4D;
}
.AnyTagClassName
{
color: #E0CF4D;
}
</style>
background-color css
<style>
a { background-color: #E0CF4D; }
a { background-color: rgb(224,207,77); }
div.DivClassName
{
background-color: #E0CF4D;
}
.BgClassName
{
background-color: #E0CF4D;
}
</style>
border-color css
<style>
span { border-color: #E0CF4D; }
span { border-color: rgb(224,207,77); }
td.TdClassName
{
border-color: #E0CF4D;
}
.TagClassName
{
border-color: #E0CF4D;
}
</style>