Shades of Confetti #E2D03C
Tints of Confetti #E2D03C
RGB
CMYK
RGB Variations
Color information
#E2D03C (or 0xE2D03C) is known color: Confetti. HEX triplet: E2, D0 and 3C. RGB value is (226,208,60). Sum of RGB (Red+Green+Blue) = 226+208+60=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D03C is #1D2FC3. Grayscale: #C5C5C5. Windows color (decimal): -1912772 or 3985634. OLE color: 3985634.
HSL color Cylindrical-coordinate representation of color #E2D03C: hue angle of 53.49º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2D03C is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 60 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.11 |
| HSL | 53.49º | 0.74% | 0.56% | - |
| HSV(B) | 53.49º | 0.73% | 0.89% | - |
| XYZ | 54.74 | 61.61 | 13.28 | - |
| YUV | 196.51 | 50.96 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 60 | 0 | 0.08 | 0.73 | 0.11 | 53.49 | 0.74 | 0.56 |
| Hex | E2 | D0 | 3C | 0 | 8 | 49 | B | 35 | 4A | 38 |
| Octal | 342 | 320 | 74 | 0 | 10 | 111 | 13 | 65 | 112 | 70 |
| Binary | 11100010 | 11010000 | 111100 | 0 | 1000 | 1001001 | 1011 | 110101 | 1001010 | 111000 |
Color Harmonies of #E2D03C
Complementary color
Monochromatic Colors of #E2D03C
Black with #E2D03C
Text Example
Text Example
White with #E2D03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D03C; }
p { color: rgb(226,208,60); }
H1.HeaderClassName
{
color: #E2D03C;
}
.AnyTagClassName
{
color: #E2D03C;
}
</style>
background-color css
<style>
a { background-color: #E2D03C; }
a { background-color: rgb(226,208,60); }
div.DivClassName
{
background-color: #E2D03C;
}
.BgClassName
{
background-color: #E2D03C;
}
</style>
border-color css
<style>
span { border-color: #E2D03C; }
span { border-color: rgb(226,208,60); }
td.TdClassName
{
border-color: #E2D03C;
}
.TagClassName
{
border-color: #E2D03C;
}
</style>