Shades of Confetti #E5C43A
Tints of Confetti #E5C43A
RGB
CMYK
RGB Variations
Color information
#E5C43A (or 0xE5C43A) is known color: Confetti. HEX triplet: E5, C4 and 3A. RGB value is (229,196,58). Sum of RGB (Red+Green+Blue) = 229+196+58=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 58 (23.05% from 255 or 12.01% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C43A is #1A3BC5. Grayscale: #BEBEBE. Windows color (decimal): -1719238 or 3851493. OLE color: 3851493.
HSL color Cylindrical-coordinate representation of color #E5C43A: hue angle of 48.42º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5C43A is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 58 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.10 |
| HSL | 48.42º | 0.77% | 0.56% | - |
| HSV(B) | 48.42º | 0.75% | 0.9% | - |
| XYZ | 52.82 | 56.44 | 12.11 | - |
| YUV | 190.14 | 53.43 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 58 | 0 | 0.14 | 0.75 | 0.10 | 48.42 | 0.77 | 0.56 |
| Hex | E5 | C4 | 3A | 0 | E | 4B | A | 30 | 4D | 38 |
| Octal | 345 | 304 | 72 | 0 | 16 | 113 | 12 | 60 | 115 | 70 |
| Binary | 11100101 | 11000100 | 111010 | 0 | 1110 | 1001011 | 1010 | 110000 | 1001101 | 111000 |
Color Harmonies of #E5C43A
Complementary color
Monochromatic Colors of #E5C43A
Black with #E5C43A
Text Example
Text Example
White with #E5C43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C43A; }
p { color: rgb(229,196,58); }
H1.HeaderClassName
{
color: #E5C43A;
}
.AnyTagClassName
{
color: #E5C43A;
}
</style>
background-color css
<style>
a { background-color: #E5C43A; }
a { background-color: rgb(229,196,58); }
div.DivClassName
{
background-color: #E5C43A;
}
.BgClassName
{
background-color: #E5C43A;
}
</style>
border-color css
<style>
span { border-color: #E5C43A; }
span { border-color: rgb(229,196,58); }
td.TdClassName
{
border-color: #E5C43A;
}
.TagClassName
{
border-color: #E5C43A;
}
</style>