Shades of Confetti #E0CB3C
Tints of Confetti #E0CB3C
RGB
CMYK
RGB Variations
Color information
#E0CB3C (or 0xE0CB3C) is known color: Confetti. HEX triplet: E0, CB and 3C. RGB value is (224,203,60). Sum of RGB (Red+Green+Blue) = 224+203+60=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CB3C is #1F34C3. Grayscale: #C1C1C1. Windows color (decimal): -2045124 or 3984352. OLE color: 3984352.
HSL color Cylindrical-coordinate representation of color #E0CB3C: hue angle of 52.32º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0CB3C is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 60 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.12 |
| HSL | 52.32º | 0.73% | 0.56% | - |
| HSV(B) | 52.32º | 0.73% | 0.88% | - |
| XYZ | 52.91 | 58.89 | 12.85 | - |
| YUV | 192.98 | 52.96 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 60 | 0 | 0.09 | 0.73 | 0.12 | 52.32 | 0.73 | 0.56 |
| Hex | E0 | CB | 3C | 0 | 9 | 49 | C | 34 | 49 | 38 |
| Octal | 340 | 313 | 74 | 0 | 11 | 111 | 14 | 64 | 111 | 70 |
| Binary | 11100000 | 11001011 | 111100 | 0 | 1001 | 1001001 | 1100 | 110100 | 1001001 | 111000 |
Color Harmonies of #E0CB3C
Complementary color
Monochromatic Colors of #E0CB3C
Black with #E0CB3C
Text Example
Text Example
White with #E0CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB3C; }
p { color: rgb(224,203,60); }
H1.HeaderClassName
{
color: #E0CB3C;
}
.AnyTagClassName
{
color: #E0CB3C;
}
</style>
background-color css
<style>
a { background-color: #E0CB3C; }
a { background-color: rgb(224,203,60); }
div.DivClassName
{
background-color: #E0CB3C;
}
.BgClassName
{
background-color: #E0CB3C;
}
</style>
border-color css
<style>
span { border-color: #E0CB3C; }
span { border-color: rgb(224,203,60); }
td.TdClassName
{
border-color: #E0CB3C;
}
.TagClassName
{
border-color: #E0CB3C;
}
</style>