Shades of Confetti #E1CF3F
Tints of Confetti #E1CF3F
RGB
CMYK
RGB Variations
Color information
#E1CF3F (or 0xE1CF3F) is known color: Confetti. HEX triplet: E1, CF and 3F. RGB value is (225,207,63). Sum of RGB (Red+Green+Blue) = 225+207+63=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CF3F is #1E30C0. Grayscale: #C4C4C4. Windows color (decimal): -1978561 or 4181985. OLE color: 4181985.
HSL color Cylindrical-coordinate representation of color #E1CF3F: hue angle of 53.33º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1CF3F is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 63 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.12 |
| HSL | 53.33º | 0.73% | 0.56% | - |
| HSV(B) | 53.33º | 0.72% | 0.88% | - |
| XYZ | 54.26 | 60.99 | 13.62 | - |
| YUV | 195.97 | 52.96 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 63 | 0 | 0.08 | 0.72 | 0.12 | 53.33 | 0.73 | 0.56 |
| Hex | E1 | CF | 3F | 0 | 8 | 48 | C | 35 | 49 | 38 |
| Octal | 341 | 317 | 77 | 0 | 10 | 110 | 14 | 65 | 111 | 70 |
| Binary | 11100001 | 11001111 | 111111 | 0 | 1000 | 1001000 | 1100 | 110101 | 1001001 | 111000 |
Color Harmonies of #E1CF3F
Complementary color
Monochromatic Colors of #E1CF3F
Black with #E1CF3F
Text Example
Text Example
White with #E1CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF3F; }
p { color: rgb(225,207,63); }
H1.HeaderClassName
{
color: #E1CF3F;
}
.AnyTagClassName
{
color: #E1CF3F;
}
</style>
background-color css
<style>
a { background-color: #E1CF3F; }
a { background-color: rgb(225,207,63); }
div.DivClassName
{
background-color: #E1CF3F;
}
.BgClassName
{
background-color: #E1CF3F;
}
</style>
border-color css
<style>
span { border-color: #E1CF3F; }
span { border-color: rgb(225,207,63); }
td.TdClassName
{
border-color: #E1CF3F;
}
.TagClassName
{
border-color: #E1CF3F;
}
</style>