Shades of Confetti #E5C53B
Tints of Confetti #E5C53B
RGB
CMYK
RGB Variations
Color information
#E5C53B (or 0xE5C53B) is known color: Confetti. HEX triplet: E5, C5 and 3B. RGB value is (229,197,59). Sum of RGB (Red+Green+Blue) = 229+197+59=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C53B is #1A3AC4. Grayscale: #BFBFBF. Windows color (decimal): -1718981 or 3917285. OLE color: 3917285.
HSL color Cylindrical-coordinate representation of color #E5C53B: hue angle of 48.71º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5C53B is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 59 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.10 |
| HSL | 48.71º | 0.77% | 0.56% | - |
| HSV(B) | 48.71º | 0.74% | 0.9% | - |
| XYZ | 53.07 | 56.91 | 12.32 | - |
| YUV | 190.84 | 53.6 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 59 | 0 | 0.14 | 0.74 | 0.10 | 48.71 | 0.77 | 0.56 |
| Hex | E5 | C5 | 3B | 0 | E | 4A | A | 31 | 4D | 38 |
| Octal | 345 | 305 | 73 | 0 | 16 | 112 | 12 | 61 | 115 | 70 |
| Binary | 11100101 | 11000101 | 111011 | 0 | 1110 | 1001010 | 1010 | 110001 | 1001101 | 111000 |
Color Harmonies of #E5C53B
Complementary color
Monochromatic Colors of #E5C53B
Black with #E5C53B
Text Example
Text Example
White with #E5C53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C53B; }
p { color: rgb(229,197,59); }
H1.HeaderClassName
{
color: #E5C53B;
}
.AnyTagClassName
{
color: #E5C53B;
}
</style>
background-color css
<style>
a { background-color: #E5C53B; }
a { background-color: rgb(229,197,59); }
div.DivClassName
{
background-color: #E5C53B;
}
.BgClassName
{
background-color: #E5C53B;
}
</style>
border-color css
<style>
span { border-color: #E5C53B; }
span { border-color: rgb(229,197,59); }
td.TdClassName
{
border-color: #E5C53B;
}
.TagClassName
{
border-color: #E5C53B;
}
</style>