Shades of Confetti #E0CA4B
Tints of Confetti #E0CA4B
RGB
CMYK
RGB Variations
Color information
#E0CA4B (or 0xE0CA4B) is known color: Confetti. HEX triplet: E0, CA and 4B. RGB value is (224,202,75). Sum of RGB (Red+Green+Blue) = 224+202+75=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CA4B is #1F35B4. Grayscale: #C2C2C2. Windows color (decimal): -2045365 or 4967136. OLE color: 4967136.
HSL color Cylindrical-coordinate representation of color #E0CA4B: hue angle of 51.14º 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 #E0CA4B is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 75 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.12 |
| HSL | 51.14º | 0.71% | 0.59% | - |
| HSV(B) | 51.14º | 0.67% | 0.88% | - |
| XYZ | 53.13 | 58.6 | 15.17 | - |
| YUV | 194.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 75 | 0 | 0.10 | 0.67 | 0.12 | 51.14 | 0.71 | 0.59 |
| Hex | E0 | CA | 4B | 0 | A | 43 | C | 33 | 47 | 3B |
| Octal | 340 | 312 | 113 | 0 | 12 | 103 | 14 | 63 | 107 | 73 |
| Binary | 11100000 | 11001010 | 1001011 | 0 | 1010 | 1000011 | 1100 | 110011 | 1000111 | 111011 |
Color Harmonies of #E0CA4B
Complementary color
Monochromatic Colors of #E0CA4B
Black with #E0CA4B
Text Example
Text Example
White with #E0CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA4B; }
p { color: rgb(224,202,75); }
H1.HeaderClassName
{
color: #E0CA4B;
}
.AnyTagClassName
{
color: #E0CA4B;
}
</style>
background-color css
<style>
a { background-color: #E0CA4B; }
a { background-color: rgb(224,202,75); }
div.DivClassName
{
background-color: #E0CA4B;
}
.BgClassName
{
background-color: #E0CA4B;
}
</style>
border-color css
<style>
span { border-color: #E0CA4B; }
span { border-color: rgb(224,202,75); }
td.TdClassName
{
border-color: #E0CA4B;
}
.TagClassName
{
border-color: #E0CA4B;
}
</style>