Shades of Confetti #E5CC3D
Tints of Confetti #E5CC3D
RGB
CMYK
RGB Variations
Color information
#E5CC3D (or 0xE5CC3D) is known color: Confetti. HEX triplet: E5, CC and 3D. RGB value is (229,204,61). Sum of RGB (Red+Green+Blue) = 229+204+61=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC3D is #1A33C2. Grayscale: #C3C3C3. Windows color (decimal): -1717187 or 4050149. OLE color: 4050149.
HSL color Cylindrical-coordinate representation of color #E5CC3D: hue angle of 51.07º 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 #E5CC3D is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 61 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.10 |
| HSL | 51.07º | 0.76% | 0.57% | - |
| HSV(B) | 51.07º | 0.73% | 0.9% | - |
| XYZ | 54.75 | 60.18 | 13.15 | - |
| YUV | 195.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 61 | 0 | 0.11 | 0.73 | 0.10 | 51.07 | 0.76 | 0.57 |
| Hex | E5 | CC | 3D | 0 | B | 49 | A | 33 | 4C | 39 |
| Octal | 345 | 314 | 75 | 0 | 13 | 111 | 12 | 63 | 114 | 71 |
| Binary | 11100101 | 11001100 | 111101 | 0 | 1011 | 1001001 | 1010 | 110011 | 1001100 | 111001 |
Color Harmonies of #E5CC3D
Complementary color
Monochromatic Colors of #E5CC3D
Black with #E5CC3D
Text Example
Text Example
White with #E5CC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC3D; }
p { color: rgb(229,204,61); }
H1.HeaderClassName
{
color: #E5CC3D;
}
.AnyTagClassName
{
color: #E5CC3D;
}
</style>
background-color css
<style>
a { background-color: #E5CC3D; }
a { background-color: rgb(229,204,61); }
div.DivClassName
{
background-color: #E5CC3D;
}
.BgClassName
{
background-color: #E5CC3D;
}
</style>
border-color css
<style>
span { border-color: #E5CC3D; }
span { border-color: rgb(229,204,61); }
td.TdClassName
{
border-color: #E5CC3D;
}
.TagClassName
{
border-color: #E5CC3D;
}
</style>