Shades of Confetti #E5D03C
Tints of Confetti #E5D03C
RGB
CMYK
RGB Variations
Color information
#E5D03C (or 0xE5D03C) is known color: Confetti. HEX triplet: E5, D0 and 3C. RGB value is (229,208,60). Sum of RGB (Red+Green+Blue) = 229+208+60=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D03C is #1A2FC3. Grayscale: #C6C6C6. Windows color (decimal): -1716164 or 3985637. OLE color: 3985637.
HSL color Cylindrical-coordinate representation of color #E5D03C: hue angle of 52.54º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5D03C is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 60 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.10 |
| HSL | 52.54º | 0.76% | 0.57% | - |
| HSV(B) | 52.54º | 0.74% | 0.9% | - |
| XYZ | 55.68 | 62.1 | 13.33 | - |
| YUV | 197.41 | 50.46 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 60 | 0 | 0.09 | 0.74 | 0.10 | 52.54 | 0.76 | 0.57 |
| Hex | E5 | D0 | 3C | 0 | 9 | 4A | A | 35 | 4C | 39 |
| Octal | 345 | 320 | 74 | 0 | 11 | 112 | 12 | 65 | 114 | 71 |
| Binary | 11100101 | 11010000 | 111100 | 0 | 1001 | 1001010 | 1010 | 110101 | 1001100 | 111001 |
Color Harmonies of #E5D03C
Complementary color
Monochromatic Colors of #E5D03C
Black with #E5D03C
Text Example
Text Example
White with #E5D03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D03C; }
p { color: rgb(229,208,60); }
H1.HeaderClassName
{
color: #E5D03C;
}
.AnyTagClassName
{
color: #E5D03C;
}
</style>
background-color css
<style>
a { background-color: #E5D03C; }
a { background-color: rgb(229,208,60); }
div.DivClassName
{
background-color: #E5D03C;
}
.BgClassName
{
background-color: #E5D03C;
}
</style>
border-color css
<style>
span { border-color: #E5D03C; }
span { border-color: rgb(229,208,60); }
td.TdClassName
{
border-color: #E5D03C;
}
.TagClassName
{
border-color: #E5D03C;
}
</style>