Shades of Confetti #E0CB42
Tints of Confetti #E0CB42
RGB
CMYK
RGB Variations
Color information
#E0CB42 (or 0xE0CB42) is known color: Confetti. HEX triplet: E0, CB and 42. RGB value is (224,203,66). Sum of RGB (Red+Green+Blue) = 224+203+66=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CB42 is #1F34BD. Grayscale: #C2C2C2. Windows color (decimal): -2045118 or 4377568. OLE color: 4377568.
HSL color Cylindrical-coordinate representation of color #E0CB42: hue angle of 52.03º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0CB42 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 66 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.12 |
| HSL | 52.03º | 0.72% | 0.57% | - |
| HSV(B) | 52.03º | 0.71% | 0.88% | - |
| XYZ | 53.08 | 58.95 | 13.74 | - |
| YUV | 193.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 66 | 0 | 0.09 | 0.71 | 0.12 | 52.03 | 0.72 | 0.57 |
| Hex | E0 | CB | 42 | 0 | 9 | 47 | C | 34 | 48 | 39 |
| Octal | 340 | 313 | 102 | 0 | 11 | 107 | 14 | 64 | 110 | 71 |
| Binary | 11100000 | 11001011 | 1000010 | 0 | 1001 | 1000111 | 1100 | 110100 | 1001000 | 111001 |
Color Harmonies of #E0CB42
Complementary color
Monochromatic Colors of #E0CB42
Black with #E0CB42
Text Example
Text Example
White with #E0CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB42; }
p { color: rgb(224,203,66); }
H1.HeaderClassName
{
color: #E0CB42;
}
.AnyTagClassName
{
color: #E0CB42;
}
</style>
background-color css
<style>
a { background-color: #E0CB42; }
a { background-color: rgb(224,203,66); }
div.DivClassName
{
background-color: #E0CB42;
}
.BgClassName
{
background-color: #E0CB42;
}
</style>
border-color css
<style>
span { border-color: #E0CB42; }
span { border-color: rgb(224,203,66); }
td.TdClassName
{
border-color: #E0CB42;
}
.TagClassName
{
border-color: #E0CB42;
}
</style>