Shades of Confetti #E5CC3E
Tints of Confetti #E5CC3E
RGB
CMYK
RGB Variations
Color information
#E5CC3E (or 0xE5CC3E) is known color: Confetti. HEX triplet: E5, CC and 3E. RGB value is (229,204,62). Sum of RGB (Red+Green+Blue) = 229+204+62=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 62 (24.61% from 255 or 12.53% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC3E is #1A33C1. Grayscale: #C3C3C3. Windows color (decimal): -1717186 or 4115685. OLE color: 4115685.
HSL color Cylindrical-coordinate representation of color #E5CC3E: hue angle of 51.02º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5CC3E is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 62 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.10 |
| HSL | 51.02º | 0.76% | 0.57% | - |
| HSV(B) | 51.02º | 0.73% | 0.9% | - |
| XYZ | 54.78 | 60.19 | 13.29 | - |
| YUV | 195.29 | 52.78 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 62 | 0 | 0.11 | 0.73 | 0.10 | 51.02 | 0.76 | 0.57 |
| Hex | E5 | CC | 3E | 0 | B | 49 | A | 33 | 4C | 39 |
| Octal | 345 | 314 | 76 | 0 | 13 | 111 | 12 | 63 | 114 | 71 |
| Binary | 11100101 | 11001100 | 111110 | 0 | 1011 | 1001001 | 1010 | 110011 | 1001100 | 111001 |
Color Harmonies of #E5CC3E
Complementary color
Monochromatic Colors of #E5CC3E
Black with #E5CC3E
Text Example
Text Example
White with #E5CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC3E; }
p { color: rgb(229,204,62); }
H1.HeaderClassName
{
color: #E5CC3E;
}
.AnyTagClassName
{
color: #E5CC3E;
}
</style>
background-color css
<style>
a { background-color: #E5CC3E; }
a { background-color: rgb(229,204,62); }
div.DivClassName
{
background-color: #E5CC3E;
}
.BgClassName
{
background-color: #E5CC3E;
}
</style>
border-color css
<style>
span { border-color: #E5CC3E; }
span { border-color: rgb(229,204,62); }
td.TdClassName
{
border-color: #E5CC3E;
}
.TagClassName
{
border-color: #E5CC3E;
}
</style>