Shades of Confetti #E0CA53
Tints of Confetti #E0CA53
RGB
CMYK
RGB Variations
Color information
#E0CA53 (or 0xE0CA53) is known color: Confetti. HEX triplet: E0, CA and 53. RGB value is (224,202,83). Sum of RGB (Red+Green+Blue) = 224+202+83=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA53 is #1F35AC. Grayscale: #C3C3C3. Windows color (decimal): -2045357 or 5491424. OLE color: 5491424.
HSL color Cylindrical-coordinate representation of color #E0CA53: hue angle of 50.64º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0CA53 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 83 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.12 |
| HSL | 50.64º | 0.69% | 0.6% | - |
| HSV(B) | 50.64º | 0.63% | 0.88% | - |
| XYZ | 53.42 | 58.71 | 16.7 | - |
| YUV | 195.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 83 | 0 | 0.10 | 0.63 | 0.12 | 50.64 | 0.69 | 0.6 |
| Hex | E0 | CA | 53 | 0 | A | 3F | C | 33 | 45 | 3C |
| Octal | 340 | 312 | 123 | 0 | 12 | 77 | 14 | 63 | 105 | 74 |
| Binary | 11100000 | 11001010 | 1010011 | 0 | 1010 | 111111 | 1100 | 110011 | 1000101 | 111100 |
Color Harmonies of #E0CA53
Complementary color
Monochromatic Colors of #E0CA53
Black with #E0CA53
Text Example
Text Example
White with #E0CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA53; }
p { color: rgb(224,202,83); }
H1.HeaderClassName
{
color: #E0CA53;
}
.AnyTagClassName
{
color: #E0CA53;
}
</style>
background-color css
<style>
a { background-color: #E0CA53; }
a { background-color: rgb(224,202,83); }
div.DivClassName
{
background-color: #E0CA53;
}
.BgClassName
{
background-color: #E0CA53;
}
</style>
border-color css
<style>
span { border-color: #E0CA53; }
span { border-color: rgb(224,202,83); }
td.TdClassName
{
border-color: #E0CA53;
}
.TagClassName
{
border-color: #E0CA53;
}
</style>