Shades of Confetti #E2CF3B
Tints of Confetti #E2CF3B
RGB
CMYK
RGB Variations
Color information
#E2CF3B (or 0xE2CF3B) is known color: Confetti. HEX triplet: E2, CF and 3B. RGB value is (226,207,59). Sum of RGB (Red+Green+Blue) = 226+207+59=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CF3B is #1D30C4. Grayscale: #C4C4C4. Windows color (decimal): -1913029 or 3919842. OLE color: 3919842.
HSL color Cylindrical-coordinate representation of color #E2CF3B: hue angle of 53.17º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2CF3B is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 59 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.11 |
| HSL | 53.17º | 0.74% | 0.56% | - |
| HSV(B) | 53.17º | 0.74% | 0.89% | - |
| XYZ | 54.47 | 61.11 | 13.06 | - |
| YUV | 195.81 | 50.79 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 59 | 0 | 0.08 | 0.74 | 0.11 | 53.17 | 0.74 | 0.56 |
| Hex | E2 | CF | 3B | 0 | 8 | 4A | B | 35 | 4A | 38 |
| Octal | 342 | 317 | 73 | 0 | 10 | 112 | 13 | 65 | 112 | 70 |
| Binary | 11100010 | 11001111 | 111011 | 0 | 1000 | 1001010 | 1011 | 110101 | 1001010 | 111000 |
Color Harmonies of #E2CF3B
Complementary color
Monochromatic Colors of #E2CF3B
Black with #E2CF3B
Text Example
Text Example
White with #E2CF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF3B; }
p { color: rgb(226,207,59); }
H1.HeaderClassName
{
color: #E2CF3B;
}
.AnyTagClassName
{
color: #E2CF3B;
}
</style>
background-color css
<style>
a { background-color: #E2CF3B; }
a { background-color: rgb(226,207,59); }
div.DivClassName
{
background-color: #E2CF3B;
}
.BgClassName
{
background-color: #E2CF3B;
}
</style>
border-color css
<style>
span { border-color: #E2CF3B; }
span { border-color: rgb(226,207,59); }
td.TdClassName
{
border-color: #E2CF3B;
}
.TagClassName
{
border-color: #E2CF3B;
}
</style>