Shades of Confetti #E2CF4C
Tints of Confetti #E2CF4C
RGB
CMYK
RGB Variations
Color information
#E2CF4C (or 0xE2CF4C) is known color: Confetti. HEX triplet: E2, CF and 4C. RGB value is (226,207,76). Sum of RGB (Red+Green+Blue) = 226+207+76=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CF4C is #1D30B3. Grayscale: #C6C6C6. Windows color (decimal): -1913012 or 5033954. OLE color: 5033954.
HSL color Cylindrical-coordinate representation of color #E2CF4C: hue angle of 52.4º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2CF4C is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 76 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.11 |
| HSL | 52.4º | 0.72% | 0.59% | - |
| HSV(B) | 52.4º | 0.66% | 0.89% | - |
| XYZ | 54.98 | 61.32 | 15.77 | - |
| YUV | 197.75 | 59.29 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 76 | 0 | 0.08 | 0.66 | 0.11 | 52.4 | 0.72 | 0.59 |
| Hex | E2 | CF | 4C | 0 | 8 | 42 | B | 34 | 48 | 3B |
| Octal | 342 | 317 | 114 | 0 | 10 | 102 | 13 | 64 | 110 | 73 |
| Binary | 11100010 | 11001111 | 1001100 | 0 | 1000 | 1000010 | 1011 | 110100 | 1001000 | 111011 |
Color Harmonies of #E2CF4C
Complementary color
Monochromatic Colors of #E2CF4C
Black with #E2CF4C
Text Example
Text Example
White with #E2CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF4C; }
p { color: rgb(226,207,76); }
H1.HeaderClassName
{
color: #E2CF4C;
}
.AnyTagClassName
{
color: #E2CF4C;
}
</style>
background-color css
<style>
a { background-color: #E2CF4C; }
a { background-color: rgb(226,207,76); }
div.DivClassName
{
background-color: #E2CF4C;
}
.BgClassName
{
background-color: #E2CF4C;
}
</style>
border-color css
<style>
span { border-color: #E2CF4C; }
span { border-color: rgb(226,207,76); }
td.TdClassName
{
border-color: #E2CF4C;
}
.TagClassName
{
border-color: #E2CF4C;
}
</style>