Shades of Confetti #E5CE39
Tints of Confetti #E5CE39
RGB
CMYK
RGB Variations
Color information
#E5CE39 (or 0xE5CE39) is known color: Confetti. HEX triplet: E5, CE and 39. RGB value is (229,206,57). Sum of RGB (Red+Green+Blue) = 229+206+57=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 57 (22.66% from 255 or 11.59% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CE39 is #1A31C6. Grayscale: #C4C4C4. Windows color (decimal): -1716679 or 3788517. OLE color: 3788517.
HSL color Cylindrical-coordinate representation of color #E5CE39: hue angle of 51.98º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5CE39 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 57 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.10 |
| HSL | 51.98º | 0.77% | 0.56% | - |
| HSV(B) | 51.98º | 0.75% | 0.9% | - |
| XYZ | 55.12 | 61.1 | 12.76 | - |
| YUV | 195.89 | 49.62 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 57 | 0 | 0.10 | 0.75 | 0.10 | 51.98 | 0.77 | 0.56 |
| Hex | E5 | CE | 39 | 0 | A | 4B | A | 34 | 4D | 38 |
| Octal | 345 | 316 | 71 | 0 | 12 | 113 | 12 | 64 | 115 | 70 |
| Binary | 11100101 | 11001110 | 111001 | 0 | 1010 | 1001011 | 1010 | 110100 | 1001101 | 111000 |
Color Harmonies of #E5CE39
Complementary color
Monochromatic Colors of #E5CE39
Black with #E5CE39
Text Example
Text Example
White with #E5CE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE39; }
p { color: rgb(229,206,57); }
H1.HeaderClassName
{
color: #E5CE39;
}
.AnyTagClassName
{
color: #E5CE39;
}
</style>
background-color css
<style>
a { background-color: #E5CE39; }
a { background-color: rgb(229,206,57); }
div.DivClassName
{
background-color: #E5CE39;
}
.BgClassName
{
background-color: #E5CE39;
}
</style>
border-color css
<style>
span { border-color: #E5CE39; }
span { border-color: rgb(229,206,57); }
td.TdClassName
{
border-color: #E5CE39;
}
.TagClassName
{
border-color: #E5CE39;
}
</style>