Shades of Confetti #E3D34A
Tints of Confetti #E3D34A
RGB
CMYK
RGB Variations
Color information
#E3D34A (or 0xE3D34A) is known color: Confetti. HEX triplet: E3, D3 and 4A. RGB value is (227,211,74). Sum of RGB (Red+Green+Blue) = 227+211+74=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D34A is #1C2CB5. Grayscale: #C8C8C8. Windows color (decimal): -1846454 or 4903907. OLE color: 4903907.
HSL color Cylindrical-coordinate representation of color #E3D34A: hue angle of 53.73º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3D34A is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 211 | 74 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.11 |
| HSL | 53.73º | 0.73% | 0.59% | - |
| HSV(B) | 53.73º | 0.67% | 0.89% | - |
| XYZ | 56.21 | 63.41 | 15.76 | - |
| YUV | 200.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 211 | 74 | 0 | 0.07 | 0.67 | 0.11 | 53.73 | 0.73 | 0.59 |
| Hex | E3 | D3 | 4A | 0 | 7 | 43 | B | 36 | 49 | 3B |
| Octal | 343 | 323 | 112 | 0 | 7 | 103 | 13 | 66 | 111 | 73 |
| Binary | 11100011 | 11010011 | 1001010 | 0 | 111 | 1000011 | 1011 | 110110 | 1001001 | 111011 |
Color Harmonies of #E3D34A
Complementary color
Monochromatic Colors of #E3D34A
Black with #E3D34A
Text Example
Text Example
White with #E3D34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D34A; }
p { color: rgb(227,211,74); }
H1.HeaderClassName
{
color: #E3D34A;
}
.AnyTagClassName
{
color: #E3D34A;
}
</style>
background-color css
<style>
a { background-color: #E3D34A; }
a { background-color: rgb(227,211,74); }
div.DivClassName
{
background-color: #E3D34A;
}
.BgClassName
{
background-color: #E3D34A;
}
</style>
border-color css
<style>
span { border-color: #E3D34A; }
span { border-color: rgb(227,211,74); }
td.TdClassName
{
border-color: #E3D34A;
}
.TagClassName
{
border-color: #E3D34A;
}
</style>