Shades of Confetti #E1C73C
Tints of Confetti #E1C73C
RGB
CMYK
RGB Variations
Color information
#E1C73C (or 0xE1C73C) is known color: Confetti. HEX triplet: E1, C7 and 3C. RGB value is (225,199,60). Sum of RGB (Red+Green+Blue) = 225+199+60=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C73C is #1E38C3. Grayscale: #BFBFBF. Windows color (decimal): -1980612 or 3983329. OLE color: 3983329.
HSL color Cylindrical-coordinate representation of color #E1C73C: hue angle of 50.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1C73C is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 60 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.12 |
| HSL | 50.55º | 0.73% | 0.56% | - |
| HSV(B) | 50.55º | 0.73% | 0.88% | - |
| XYZ | 52.29 | 57.18 | 12.56 | - |
| YUV | 190.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 60 | 0 | 0.12 | 0.73 | 0.12 | 50.55 | 0.73 | 0.56 |
| Hex | E1 | C7 | 3C | 0 | C | 49 | C | 33 | 49 | 38 |
| Octal | 341 | 307 | 74 | 0 | 14 | 111 | 14 | 63 | 111 | 70 |
| Binary | 11100001 | 11000111 | 111100 | 0 | 1100 | 1001001 | 1100 | 110011 | 1001001 | 111000 |
Color Harmonies of #E1C73C
Complementary color
Monochromatic Colors of #E1C73C
Black with #E1C73C
Text Example
Text Example
White with #E1C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C73C; }
p { color: rgb(225,199,60); }
H1.HeaderClassName
{
color: #E1C73C;
}
.AnyTagClassName
{
color: #E1C73C;
}
</style>
background-color css
<style>
a { background-color: #E1C73C; }
a { background-color: rgb(225,199,60); }
div.DivClassName
{
background-color: #E1C73C;
}
.BgClassName
{
background-color: #E1C73C;
}
</style>
border-color css
<style>
span { border-color: #E1C73C; }
span { border-color: rgb(225,199,60); }
td.TdClassName
{
border-color: #E1C73C;
}
.TagClassName
{
border-color: #E1C73C;
}
</style>