Shades of Confetti #E0CF51
Tints of Confetti #E0CF51
RGB
CMYK
RGB Variations
Color information
#E0CF51 (or 0xE0CF51) is known color: Confetti. HEX triplet: E0, CF and 51. RGB value is (224,207,81). Sum of RGB (Red+Green+Blue) = 224+207+81=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CF51 is #1F30AE. Grayscale: #C6C6C6. Windows color (decimal): -2044079 or 5361632. OLE color: 5361632.
HSL color Cylindrical-coordinate representation of color #E0CF51: hue angle of 52.87º 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 #E0CF51 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 81 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.12 |
| HSL | 52.87º | 0.7% | 0.6% | - |
| HSV(B) | 52.87º | 0.64% | 0.88% | - |
| XYZ | 54.54 | 61.07 | 16.7 | - |
| YUV | 197.72 | 62.13 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 81 | 0 | 0.08 | 0.64 | 0.12 | 52.87 | 0.7 | 0.6 |
| Hex | E0 | CF | 51 | 0 | 8 | 40 | C | 35 | 46 | 3C |
| Octal | 340 | 317 | 121 | 0 | 10 | 100 | 14 | 65 | 106 | 74 |
| Binary | 11100000 | 11001111 | 1010001 | 0 | 1000 | 1000000 | 1100 | 110101 | 1000110 | 111100 |
Color Harmonies of #E0CF51
Complementary color
Monochromatic Colors of #E0CF51
Black with #E0CF51
Text Example
Text Example
White with #E0CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF51; }
p { color: rgb(224,207,81); }
H1.HeaderClassName
{
color: #E0CF51;
}
.AnyTagClassName
{
color: #E0CF51;
}
</style>
background-color css
<style>
a { background-color: #E0CF51; }
a { background-color: rgb(224,207,81); }
div.DivClassName
{
background-color: #E0CF51;
}
.BgClassName
{
background-color: #E0CF51;
}
</style>
border-color css
<style>
span { border-color: #E0CF51; }
span { border-color: rgb(224,207,81); }
td.TdClassName
{
border-color: #E0CF51;
}
.TagClassName
{
border-color: #E0CF51;
}
</style>