Shades of Confetti #E0CD53
Tints of Confetti #E0CD53
RGB
CMYK
RGB Variations
Color information
#E0CD53 (or 0xE0CD53) is known color: Confetti. HEX triplet: E0, CD and 53. RGB value is (224,205,83). Sum of RGB (Red+Green+Blue) = 224+205+83=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CD53 is #1F32AC. Grayscale: #C5C5C5. Windows color (decimal): -2044589 or 5492192. OLE color: 5492192.
HSL color Cylindrical-coordinate representation of color #E0CD53: hue angle of 51.91º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0CD53 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 83 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.12 |
| HSL | 51.91º | 0.69% | 0.6% | - |
| HSV(B) | 51.91º | 0.63% | 0.88% | - |
| XYZ | 54.13 | 60.13 | 16.94 | - |
| YUV | 196.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 83 | 0 | 0.08 | 0.63 | 0.12 | 51.91 | 0.69 | 0.6 |
| Hex | E0 | CD | 53 | 0 | 8 | 3F | C | 34 | 45 | 3C |
| Octal | 340 | 315 | 123 | 0 | 10 | 77 | 14 | 64 | 105 | 74 |
| Binary | 11100000 | 11001101 | 1010011 | 0 | 1000 | 111111 | 1100 | 110100 | 1000101 | 111100 |
Color Harmonies of #E0CD53
Complementary color
Monochromatic Colors of #E0CD53
Black with #E0CD53
Text Example
Text Example
White with #E0CD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CD53; }
p { color: rgb(224,205,83); }
H1.HeaderClassName
{
color: #E0CD53;
}
.AnyTagClassName
{
color: #E0CD53;
}
</style>
background-color css
<style>
a { background-color: #E0CD53; }
a { background-color: rgb(224,205,83); }
div.DivClassName
{
background-color: #E0CD53;
}
.BgClassName
{
background-color: #E0CD53;
}
</style>
border-color css
<style>
span { border-color: #E0CD53; }
span { border-color: rgb(224,205,83); }
td.TdClassName
{
border-color: #E0CD53;
}
.TagClassName
{
border-color: #E0CD53;
}
</style>