Shades of Confetti #E2C83C
Tints of Confetti #E2C83C
RGB
CMYK
RGB Variations
Color information
#E2C83C (or 0xE2C83C) is known color: Confetti. HEX triplet: E2, C8 and 3C. RGB value is (226,200,60). Sum of RGB (Red+Green+Blue) = 226+200+60=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C83C is #1D37C3. Grayscale: #C0C0C0. Windows color (decimal): -1914820 or 3983586. OLE color: 3983586.
HSL color Cylindrical-coordinate representation of color #E2C83C: hue angle of 50.6º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2C83C is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 60 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.11 |
| HSL | 50.6º | 0.74% | 0.56% | - |
| HSV(B) | 50.6º | 0.73% | 0.89% | - |
| XYZ | 52.83 | 57.8 | 12.65 | - |
| YUV | 191.81 | 53.61 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 60 | 0 | 0.12 | 0.73 | 0.11 | 50.6 | 0.74 | 0.56 |
| Hex | E2 | C8 | 3C | 0 | C | 49 | B | 33 | 4A | 38 |
| Octal | 342 | 310 | 74 | 0 | 14 | 111 | 13 | 63 | 112 | 70 |
| Binary | 11100010 | 11001000 | 111100 | 0 | 1100 | 1001001 | 1011 | 110011 | 1001010 | 111000 |
Color Harmonies of #E2C83C
Complementary color
Monochromatic Colors of #E2C83C
Black with #E2C83C
Text Example
Text Example
White with #E2C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C83C; }
p { color: rgb(226,200,60); }
H1.HeaderClassName
{
color: #E2C83C;
}
.AnyTagClassName
{
color: #E2C83C;
}
</style>
background-color css
<style>
a { background-color: #E2C83C; }
a { background-color: rgb(226,200,60); }
div.DivClassName
{
background-color: #E2C83C;
}
.BgClassName
{
background-color: #E2C83C;
}
</style>
border-color css
<style>
span { border-color: #E2C83C; }
span { border-color: rgb(226,200,60); }
td.TdClassName
{
border-color: #E2C83C;
}
.TagClassName
{
border-color: #E2C83C;
}
</style>