Shades of Confetti #E0D34B
Tints of Confetti #E0D34B
RGB
CMYK
RGB Variations
Color information
#E0D34B (or 0xE0D34B) is known color: Confetti. HEX triplet: E0, D3 and 4B. RGB value is (224,211,75). Sum of RGB (Red+Green+Blue) = 224+211+75=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D34B is #1F2CB4. Grayscale: #C7C7C7. Windows color (decimal): -2043061 or 4969440. OLE color: 4969440.
HSL color Cylindrical-coordinate representation of color #E0D34B: hue angle of 54.77º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0D34B is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 75 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.12 |
| HSL | 54.77º | 0.71% | 0.59% | - |
| HSV(B) | 54.77º | 0.67% | 0.88% | - |
| XYZ | 55.3 | 62.94 | 15.89 | - |
| YUV | 199.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 75 | 0 | 0.06 | 0.67 | 0.12 | 54.77 | 0.71 | 0.59 |
| Hex | E0 | D3 | 4B | 0 | 6 | 43 | C | 37 | 47 | 3B |
| Octal | 340 | 323 | 113 | 0 | 6 | 103 | 14 | 67 | 107 | 73 |
| Binary | 11100000 | 11010011 | 1001011 | 0 | 110 | 1000011 | 1100 | 110111 | 1000111 | 111011 |
Color Harmonies of #E0D34B
Complementary color
Monochromatic Colors of #E0D34B
Black with #E0D34B
Text Example
Text Example
White with #E0D34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D34B; }
p { color: rgb(224,211,75); }
H1.HeaderClassName
{
color: #E0D34B;
}
.AnyTagClassName
{
color: #E0D34B;
}
</style>
background-color css
<style>
a { background-color: #E0D34B; }
a { background-color: rgb(224,211,75); }
div.DivClassName
{
background-color: #E0D34B;
}
.BgClassName
{
background-color: #E0D34B;
}
</style>
border-color css
<style>
span { border-color: #E0D34B; }
span { border-color: rgb(224,211,75); }
td.TdClassName
{
border-color: #E0D34B;
}
.TagClassName
{
border-color: #E0D34B;
}
</style>