Shades of Confetti #E5D13C
Tints of Confetti #E5D13C
RGB
CMYK
RGB Variations
Color information
#E5D13C (or 0xE5D13C) is known color: Confetti. HEX triplet: E5, D1 and 3C. RGB value is (229,209,60). Sum of RGB (Red+Green+Blue) = 229+209+60=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D13C is #1A2EC3. Grayscale: #C6C6C6. Windows color (decimal): -1715908 or 3985893. OLE color: 3985893.
HSL color Cylindrical-coordinate representation of color #E5D13C: hue angle of 52.9º 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 #E5D13C is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 60 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.10 |
| HSL | 52.9º | 0.76% | 0.57% | - |
| HSV(B) | 52.9º | 0.74% | 0.9% | - |
| XYZ | 55.93 | 62.59 | 13.41 | - |
| YUV | 197.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 60 | 0 | 0.09 | 0.74 | 0.10 | 52.9 | 0.76 | 0.57 |
| Hex | E5 | D1 | 3C | 0 | 9 | 4A | A | 35 | 4C | 39 |
| Octal | 345 | 321 | 74 | 0 | 11 | 112 | 12 | 65 | 114 | 71 |
| Binary | 11100101 | 11010001 | 111100 | 0 | 1001 | 1001010 | 1010 | 110101 | 1001100 | 111001 |
Color Harmonies of #E5D13C
Complementary color
Monochromatic Colors of #E5D13C
Black with #E5D13C
Text Example
Text Example
White with #E5D13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D13C; }
p { color: rgb(229,209,60); }
H1.HeaderClassName
{
color: #E5D13C;
}
.AnyTagClassName
{
color: #E5D13C;
}
</style>
background-color css
<style>
a { background-color: #E5D13C; }
a { background-color: rgb(229,209,60); }
div.DivClassName
{
background-color: #E5D13C;
}
.BgClassName
{
background-color: #E5D13C;
}
</style>
border-color css
<style>
span { border-color: #E5D13C; }
span { border-color: rgb(229,209,60); }
td.TdClassName
{
border-color: #E5D13C;
}
.TagClassName
{
border-color: #E5D13C;
}
</style>