Shades of Confetti #E1CF52
Tints of Confetti #E1CF52
RGB
CMYK
RGB Variations
Color information
#E1CF52 (or 0xE1CF52) is known color: Confetti. HEX triplet: E1, CF and 52. RGB value is (225,207,82). Sum of RGB (Red+Green+Blue) = 225+207+82=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF52 is #1E30AD. Grayscale: #C6C6C6. Windows color (decimal): -1978542 or 5427169. OLE color: 5427169.
HSL color Cylindrical-coordinate representation of color #E1CF52: hue angle of 52.45º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1CF52 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 82 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.12 |
| HSL | 52.45º | 0.7% | 0.6% | - |
| HSV(B) | 52.45º | 0.64% | 0.88% | - |
| XYZ | 54.89 | 61.24 | 16.91 | - |
| YUV | 198.13 | 62.46 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 82 | 0 | 0.08 | 0.64 | 0.12 | 52.45 | 0.7 | 0.6 |
| Hex | E1 | CF | 52 | 0 | 8 | 40 | C | 34 | 46 | 3C |
| Octal | 341 | 317 | 122 | 0 | 10 | 100 | 14 | 64 | 106 | 74 |
| Binary | 11100001 | 11001111 | 1010010 | 0 | 1000 | 1000000 | 1100 | 110100 | 1000110 | 111100 |
Color Harmonies of #E1CF52
Complementary color
Monochromatic Colors of #E1CF52
Black with #E1CF52
Text Example
Text Example
White with #E1CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF52; }
p { color: rgb(225,207,82); }
H1.HeaderClassName
{
color: #E1CF52;
}
.AnyTagClassName
{
color: #E1CF52;
}
</style>
background-color css
<style>
a { background-color: #E1CF52; }
a { background-color: rgb(225,207,82); }
div.DivClassName
{
background-color: #E1CF52;
}
.BgClassName
{
background-color: #E1CF52;
}
</style>
border-color css
<style>
span { border-color: #E1CF52; }
span { border-color: rgb(225,207,82); }
td.TdClassName
{
border-color: #E1CF52;
}
.TagClassName
{
border-color: #E1CF52;
}
</style>