Shades of Confetti #E0CF3E
Tints of Confetti #E0CF3E
RGB
CMYK
RGB Variations
Color information
#E0CF3E (or 0xE0CF3E) is known color: Confetti. HEX triplet: E0, CF and 3E. RGB value is (224,207,62). Sum of RGB (Red+Green+Blue) = 224+207+62=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CF3E is #1F30C1. Grayscale: #C4C4C4. Windows color (decimal): -2044098 or 4116448. OLE color: 4116448.
HSL color Cylindrical-coordinate representation of color #E0CF3E: hue angle of 53.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0CF3E is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 62 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.12 |
| HSL | 53.7º | 0.72% | 0.56% | - |
| HSV(B) | 53.7º | 0.72% | 0.88% | - |
| XYZ | 53.92 | 60.82 | 13.45 | - |
| YUV | 195.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 62 | 0 | 0.08 | 0.72 | 0.12 | 53.7 | 0.72 | 0.56 |
| Hex | E0 | CF | 3E | 0 | 8 | 48 | C | 36 | 48 | 38 |
| Octal | 340 | 317 | 76 | 0 | 10 | 110 | 14 | 66 | 110 | 70 |
| Binary | 11100000 | 11001111 | 111110 | 0 | 1000 | 1001000 | 1100 | 110110 | 1001000 | 111000 |
Color Harmonies of #E0CF3E
Complementary color
Monochromatic Colors of #E0CF3E
Black with #E0CF3E
Text Example
Text Example
White with #E0CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF3E; }
p { color: rgb(224,207,62); }
H1.HeaderClassName
{
color: #E0CF3E;
}
.AnyTagClassName
{
color: #E0CF3E;
}
</style>
background-color css
<style>
a { background-color: #E0CF3E; }
a { background-color: rgb(224,207,62); }
div.DivClassName
{
background-color: #E0CF3E;
}
.BgClassName
{
background-color: #E0CF3E;
}
</style>
border-color css
<style>
span { border-color: #E0CF3E; }
span { border-color: rgb(224,207,62); }
td.TdClassName
{
border-color: #E0CF3E;
}
.TagClassName
{
border-color: #E0CF3E;
}
</style>