Shades of Confetti #E1CF4F
Tints of Confetti #E1CF4F
RGB
CMYK
RGB Variations
Color information
#E1CF4F (or 0xE1CF4F) is known color: Confetti. HEX triplet: E1, CF and 4F. RGB value is (225,207,79). Sum of RGB (Red+Green+Blue) = 225+207+79=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF4F is #1E30B0. Grayscale: #C6C6C6. Windows color (decimal): -1978545 or 5230561. OLE color: 5230561.
HSL color Cylindrical-coordinate representation of color #E1CF4F: hue angle of 52.6º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1CF4F is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 79 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.12 |
| HSL | 52.6º | 0.71% | 0.6% | - |
| HSV(B) | 52.6º | 0.65% | 0.88% | - |
| XYZ | 54.78 | 61.2 | 16.32 | - |
| YUV | 197.79 | 60.96 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 79 | 0 | 0.08 | 0.65 | 0.12 | 52.6 | 0.71 | 0.6 |
| Hex | E1 | CF | 4F | 0 | 8 | 41 | C | 35 | 47 | 3C |
| Octal | 341 | 317 | 117 | 0 | 10 | 101 | 14 | 65 | 107 | 74 |
| Binary | 11100001 | 11001111 | 1001111 | 0 | 1000 | 1000001 | 1100 | 110101 | 1000111 | 111100 |
Color Harmonies of #E1CF4F
Complementary color
Monochromatic Colors of #E1CF4F
Black with #E1CF4F
Text Example
Text Example
White with #E1CF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF4F; }
p { color: rgb(225,207,79); }
H1.HeaderClassName
{
color: #E1CF4F;
}
.AnyTagClassName
{
color: #E1CF4F;
}
</style>
background-color css
<style>
a { background-color: #E1CF4F; }
a { background-color: rgb(225,207,79); }
div.DivClassName
{
background-color: #E1CF4F;
}
.BgClassName
{
background-color: #E1CF4F;
}
</style>
border-color css
<style>
span { border-color: #E1CF4F; }
span { border-color: rgb(225,207,79); }
td.TdClassName
{
border-color: #E1CF4F;
}
.TagClassName
{
border-color: #E1CF4F;
}
</style>