Shades of Confetti #E0BD3E
Tints of Confetti #E0BD3E
RGB
CMYK
RGB Variations
Color information
#E0BD3E (or 0xE0BD3E) is known color: Confetti. HEX triplet: E0, BD and 3E. RGB value is (224,189,62). Sum of RGB (Red+Green+Blue) = 224+189+62=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BD3E is #1F42C1. Grayscale: #B9B9B9. Windows color (decimal): -2048706 or 4111840. OLE color: 4111840.
HSL color Cylindrical-coordinate representation of color #E0BD3E: hue angle of 47.04º degrees, saturation: 0.72, 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 #E0BD3E is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 62 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.12 |
| HSL | 47.04º | 0.72% | 0.56% | - |
| HSV(B) | 47.04º | 0.72% | 0.88% | - |
| XYZ | 49.81 | 52.59 | 12.08 | - |
| YUV | 184.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 62 | 0 | 0.16 | 0.72 | 0.12 | 47.04 | 0.72 | 0.56 |
| Hex | E0 | BD | 3E | 0 | 10 | 48 | C | 2F | 48 | 38 |
| Octal | 340 | 275 | 76 | 0 | 20 | 110 | 14 | 57 | 110 | 70 |
| Binary | 11100000 | 10111101 | 111110 | 0 | 10000 | 1001000 | 1100 | 101111 | 1001000 | 111000 |
Color Harmonies of #E0BD3E
Complementary color
Monochromatic Colors of #E0BD3E
Black with #E0BD3E
Text Example
Text Example
White with #E0BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD3E; }
p { color: rgb(224,189,62); }
H1.HeaderClassName
{
color: #E0BD3E;
}
.AnyTagClassName
{
color: #E0BD3E;
}
</style>
background-color css
<style>
a { background-color: #E0BD3E; }
a { background-color: rgb(224,189,62); }
div.DivClassName
{
background-color: #E0BD3E;
}
.BgClassName
{
background-color: #E0BD3E;
}
</style>
border-color css
<style>
span { border-color: #E0BD3E; }
span { border-color: rgb(224,189,62); }
td.TdClassName
{
border-color: #E0BD3E;
}
.TagClassName
{
border-color: #E0BD3E;
}
</style>