Shades of Confetti #E0CB40
Tints of Confetti #E0CB40
RGB
CMYK
RGB Variations
Color information
#E0CB40 (or 0xE0CB40) is known color: Confetti. HEX triplet: E0, CB and 40. RGB value is (224,203,64). Sum of RGB (Red+Green+Blue) = 224+203+64=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CB40 is #1F34BF. Grayscale: #C2C2C2. Windows color (decimal): -2045120 or 4246496. OLE color: 4246496.
HSL color Cylindrical-coordinate representation of color #E0CB40: hue angle of 52.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0CB40 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 64 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.12 |
| HSL | 52.13º | 0.72% | 0.56% | - |
| HSV(B) | 52.13º | 0.71% | 0.88% | - |
| XYZ | 53.02 | 58.93 | 13.43 | - |
| YUV | 193.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 64 | 0 | 0.09 | 0.71 | 0.12 | 52.13 | 0.72 | 0.56 |
| Hex | E0 | CB | 40 | 0 | 9 | 47 | C | 34 | 48 | 38 |
| Octal | 340 | 313 | 100 | 0 | 11 | 107 | 14 | 64 | 110 | 70 |
| Binary | 11100000 | 11001011 | 1000000 | 0 | 1001 | 1000111 | 1100 | 110100 | 1001000 | 111000 |
Color Harmonies of #E0CB40
Complementary color
Monochromatic Colors of #E0CB40
Black with #E0CB40
Text Example
Text Example
White with #E0CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB40; }
p { color: rgb(224,203,64); }
H1.HeaderClassName
{
color: #E0CB40;
}
.AnyTagClassName
{
color: #E0CB40;
}
</style>
background-color css
<style>
a { background-color: #E0CB40; }
a { background-color: rgb(224,203,64); }
div.DivClassName
{
background-color: #E0CB40;
}
.BgClassName
{
background-color: #E0CB40;
}
</style>
border-color css
<style>
span { border-color: #E0CB40; }
span { border-color: rgb(224,203,64); }
td.TdClassName
{
border-color: #E0CB40;
}
.TagClassName
{
border-color: #E0CB40;
}
</style>