Shades of Confetti #E1C63D
Tints of Confetti #E1C63D
RGB
CMYK
RGB Variations
Color information
#E1C63D (or 0xE1C63D) is known color: Confetti. HEX triplet: E1, C6 and 3D. RGB value is (225,198,61). Sum of RGB (Red+Green+Blue) = 225+198+61=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 61 (24.22% from 255 or 12.60% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C63D is #1E39C2. Grayscale: #BFBFBF. Windows color (decimal): -1980867 or 4048609. OLE color: 4048609.
HSL color Cylindrical-coordinate representation of color #E1C63D: hue angle of 50.12º 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 #E1C63D is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 61 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.12 |
| HSL | 50.12º | 0.73% | 0.56% | - |
| HSV(B) | 50.12º | 0.73% | 0.88% | - |
| XYZ | 52.09 | 56.73 | 12.62 | - |
| YUV | 190.46 | 54.95 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 61 | 0 | 0.12 | 0.73 | 0.12 | 50.12 | 0.73 | 0.56 |
| Hex | E1 | C6 | 3D | 0 | C | 49 | C | 32 | 49 | 38 |
| Octal | 341 | 306 | 75 | 0 | 14 | 111 | 14 | 62 | 111 | 70 |
| Binary | 11100001 | 11000110 | 111101 | 0 | 1100 | 1001001 | 1100 | 110010 | 1001001 | 111000 |
Color Harmonies of #E1C63D
Complementary color
Monochromatic Colors of #E1C63D
Black with #E1C63D
Text Example
Text Example
White with #E1C63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C63D; }
p { color: rgb(225,198,61); }
H1.HeaderClassName
{
color: #E1C63D;
}
.AnyTagClassName
{
color: #E1C63D;
}
</style>
background-color css
<style>
a { background-color: #E1C63D; }
a { background-color: rgb(225,198,61); }
div.DivClassName
{
background-color: #E1C63D;
}
.BgClassName
{
background-color: #E1C63D;
}
</style>
border-color css
<style>
span { border-color: #E1C63D; }
span { border-color: rgb(225,198,61); }
td.TdClassName
{
border-color: #E1C63D;
}
.TagClassName
{
border-color: #E1C63D;
}
</style>