Shades of Confetti #E5CE3D
Tints of Confetti #E5CE3D
RGB
CMYK
RGB Variations
Color information
#E5CE3D (or 0xE5CE3D) is known color: Confetti. HEX triplet: E5, CE and 3D. RGB value is (229,206,61). Sum of RGB (Red+Green+Blue) = 229+206+61=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CE3D is #1A31C2. Grayscale: #C4C4C4. Windows color (decimal): -1716675 or 4050661. OLE color: 4050661.
HSL color Cylindrical-coordinate representation of color #E5CE3D: hue angle of 51.79º 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 #E5CE3D is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 61 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.10 |
| HSL | 51.79º | 0.76% | 0.57% | - |
| HSV(B) | 51.79º | 0.73% | 0.9% | - |
| XYZ | 55.23 | 61.14 | 13.3 | - |
| YUV | 196.35 | 51.62 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 61 | 0 | 0.10 | 0.73 | 0.10 | 51.79 | 0.76 | 0.57 |
| Hex | E5 | CE | 3D | 0 | A | 49 | A | 34 | 4C | 39 |
| Octal | 345 | 316 | 75 | 0 | 12 | 111 | 12 | 64 | 114 | 71 |
| Binary | 11100101 | 11001110 | 111101 | 0 | 1010 | 1001001 | 1010 | 110100 | 1001100 | 111001 |
Color Harmonies of #E5CE3D
Complementary color
Monochromatic Colors of #E5CE3D
Black with #E5CE3D
Text Example
Text Example
White with #E5CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE3D; }
p { color: rgb(229,206,61); }
H1.HeaderClassName
{
color: #E5CE3D;
}
.AnyTagClassName
{
color: #E5CE3D;
}
</style>
background-color css
<style>
a { background-color: #E5CE3D; }
a { background-color: rgb(229,206,61); }
div.DivClassName
{
background-color: #E5CE3D;
}
.BgClassName
{
background-color: #E5CE3D;
}
</style>
border-color css
<style>
span { border-color: #E5CE3D; }
span { border-color: rgb(229,206,61); }
td.TdClassName
{
border-color: #E5CE3D;
}
.TagClassName
{
border-color: #E5CE3D;
}
</style>