Shades of Confetti #E0CE52
Tints of Confetti #E0CE52
RGB
CMYK
RGB Variations
Color information
#E0CE52 (or 0xE0CE52) is known color: Confetti. HEX triplet: E0, CE and 52. RGB value is (224,206,82). Sum of RGB (Red+Green+Blue) = 224+206+82=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CE52 is #1F31AD. Grayscale: #C5C5C5. Windows color (decimal): -2044334 or 5426912. OLE color: 5426912.
HSL color Cylindrical-coordinate representation of color #E0CE52: hue angle of 52.39º degrees, saturation: 0.7, 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 #E0CE52 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 82 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.12 |
| HSL | 52.39º | 0.7% | 0.6% | - |
| HSV(B) | 52.39º | 0.63% | 0.88% | - |
| XYZ | 54.33 | 60.6 | 16.82 | - |
| YUV | 197.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 82 | 0 | 0.08 | 0.63 | 0.12 | 52.39 | 0.7 | 0.6 |
| Hex | E0 | CE | 52 | 0 | 8 | 3F | C | 34 | 46 | 3C |
| Octal | 340 | 316 | 122 | 0 | 10 | 77 | 14 | 64 | 106 | 74 |
| Binary | 11100000 | 11001110 | 1010010 | 0 | 1000 | 111111 | 1100 | 110100 | 1000110 | 111100 |
Color Harmonies of #E0CE52
Complementary color
Monochromatic Colors of #E0CE52
Black with #E0CE52
Text Example
Text Example
White with #E0CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CE52; }
p { color: rgb(224,206,82); }
H1.HeaderClassName
{
color: #E0CE52;
}
.AnyTagClassName
{
color: #E0CE52;
}
</style>
background-color css
<style>
a { background-color: #E0CE52; }
a { background-color: rgb(224,206,82); }
div.DivClassName
{
background-color: #E0CE52;
}
.BgClassName
{
background-color: #E0CE52;
}
</style>
border-color css
<style>
span { border-color: #E0CE52; }
span { border-color: rgb(224,206,82); }
td.TdClassName
{
border-color: #E0CE52;
}
.TagClassName
{
border-color: #E0CE52;
}
</style>