Shades of Confetti #E0C03F
Tints of Confetti #E0C03F
RGB
CMYK
RGB Variations
Color information
#E0C03F (or 0xE0C03F) is known color: Confetti. HEX triplet: E0, C0 and 3F. RGB value is (224,192,63). Sum of RGB (Red+Green+Blue) = 224+192+63=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C03F is #1F3FC0. Grayscale: #BBBBBB. Windows color (decimal): -2047937 or 4178144. OLE color: 4178144.
HSL color Cylindrical-coordinate representation of color #E0C03F: hue angle of 48.07º 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 #E0C03F is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 63 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.12 |
| HSL | 48.07º | 0.72% | 0.56% | - |
| HSV(B) | 48.07º | 0.72% | 0.88% | - |
| XYZ | 50.49 | 53.91 | 12.45 | - |
| YUV | 186.86 | 58.1 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 63 | 0 | 0.14 | 0.72 | 0.12 | 48.07 | 0.72 | 0.56 |
| Hex | E0 | C0 | 3F | 0 | E | 48 | C | 30 | 48 | 38 |
| Octal | 340 | 300 | 77 | 0 | 16 | 110 | 14 | 60 | 110 | 70 |
| Binary | 11100000 | 11000000 | 111111 | 0 | 1110 | 1001000 | 1100 | 110000 | 1001000 | 111000 |
Color Harmonies of #E0C03F
Complementary color
Monochromatic Colors of #E0C03F
Black with #E0C03F
Text Example
Text Example
White with #E0C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C03F; }
p { color: rgb(224,192,63); }
H1.HeaderClassName
{
color: #E0C03F;
}
.AnyTagClassName
{
color: #E0C03F;
}
</style>
background-color css
<style>
a { background-color: #E0C03F; }
a { background-color: rgb(224,192,63); }
div.DivClassName
{
background-color: #E0C03F;
}
.BgClassName
{
background-color: #E0C03F;
}
</style>
border-color css
<style>
span { border-color: #E0C03F; }
span { border-color: rgb(224,192,63); }
td.TdClassName
{
border-color: #E0C03F;
}
.TagClassName
{
border-color: #E0C03F;
}
</style>