Shades of Confetti #E5D443
Tints of Confetti #E5D443
RGB
CMYK
RGB Variations
Color information
#E5D443 (or 0xE5D443) is known color: Confetti. HEX triplet: E5, D4 and 43. RGB value is (229,212,67). Sum of RGB (Red+Green+Blue) = 229+212+67=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 67 (26.56% from 255 or 13.19% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D443 is #1A2BBC. Grayscale: #C9C9C9. Windows color (decimal): -1715133 or 4445413. OLE color: 4445413.
HSL color Cylindrical-coordinate representation of color #E5D443: hue angle of 53.7º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5D443 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 67 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.10 |
| HSL | 53.7º | 0.76% | 0.58% | - |
| HSV(B) | 53.7º | 0.71% | 0.9% | - |
| XYZ | 56.87 | 64.15 | 14.7 | - |
| YUV | 200.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 67 | 0 | 0.07 | 0.71 | 0.10 | 53.7 | 0.76 | 0.58 |
| Hex | E5 | D4 | 43 | 0 | 7 | 47 | A | 36 | 4C | 3A |
| Octal | 345 | 324 | 103 | 0 | 7 | 107 | 12 | 66 | 114 | 72 |
| Binary | 11100101 | 11010100 | 1000011 | 0 | 111 | 1000111 | 1010 | 110110 | 1001100 | 111010 |
Color Harmonies of #E5D443
Complementary color
Monochromatic Colors of #E5D443
Black with #E5D443
Text Example
Text Example
White with #E5D443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D443; }
p { color: rgb(229,212,67); }
H1.HeaderClassName
{
color: #E5D443;
}
.AnyTagClassName
{
color: #E5D443;
}
</style>
background-color css
<style>
a { background-color: #E5D443; }
a { background-color: rgb(229,212,67); }
div.DivClassName
{
background-color: #E5D443;
}
.BgClassName
{
background-color: #E5D443;
}
</style>
border-color css
<style>
span { border-color: #E5D443; }
span { border-color: rgb(229,212,67); }
td.TdClassName
{
border-color: #E5D443;
}
.TagClassName
{
border-color: #E5D443;
}
</style>