Shades of Confetti #E5CC41
Tints of Confetti #E5CC41
RGB
CMYK
RGB Variations
Color information
#E5CC41 (or 0xE5CC41) is known color: Confetti. HEX triplet: E5, CC and 41. RGB value is (229,204,65). Sum of RGB (Red+Green+Blue) = 229+204+65=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC41 is #1A33BE. Grayscale: #C4C4C4. Windows color (decimal): -1717183 or 4312293. OLE color: 4312293.
HSL color Cylindrical-coordinate representation of color #E5CC41: hue angle of 50.85º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5CC41 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 65 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.10 |
| HSL | 50.85º | 0.76% | 0.58% | - |
| HSV(B) | 50.85º | 0.72% | 0.9% | - |
| XYZ | 54.86 | 60.23 | 13.73 | - |
| YUV | 195.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 65 | 0 | 0.11 | 0.72 | 0.10 | 50.85 | 0.76 | 0.58 |
| Hex | E5 | CC | 41 | 0 | B | 48 | A | 33 | 4C | 3A |
| Octal | 345 | 314 | 101 | 0 | 13 | 110 | 12 | 63 | 114 | 72 |
| Binary | 11100101 | 11001100 | 1000001 | 0 | 1011 | 1001000 | 1010 | 110011 | 1001100 | 111010 |
Color Harmonies of #E5CC41
Complementary color
Monochromatic Colors of #E5CC41
Black with #E5CC41
Text Example
Text Example
White with #E5CC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC41; }
p { color: rgb(229,204,65); }
H1.HeaderClassName
{
color: #E5CC41;
}
.AnyTagClassName
{
color: #E5CC41;
}
</style>
background-color css
<style>
a { background-color: #E5CC41; }
a { background-color: rgb(229,204,65); }
div.DivClassName
{
background-color: #E5CC41;
}
.BgClassName
{
background-color: #E5CC41;
}
</style>
border-color css
<style>
span { border-color: #E5CC41; }
span { border-color: rgb(229,204,65); }
td.TdClassName
{
border-color: #E5CC41;
}
.TagClassName
{
border-color: #E5CC41;
}
</style>