Shades of Confetti #E7CA3A
Tints of Confetti #E7CA3A
RGB
CMYK
RGB Variations
Color information
#E7CA3A (or 0xE7CA3A) is known color: Confetti. HEX triplet: E7, CA and 3A. RGB value is (231,202,58). Sum of RGB (Red+Green+Blue) = 231+202+58=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CA3A is #1835C5. Grayscale: #C2C2C2. Windows color (decimal): -1586630 or 3853031. OLE color: 3853031.
HSL color Cylindrical-coordinate representation of color #E7CA3A: hue angle of 49.94º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E7CA3A is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 58 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.09 |
| HSL | 49.94º | 0.78% | 0.57% | - |
| HSV(B) | 49.94º | 0.75% | 0.91% | - |
| XYZ | 54.84 | 59.54 | 12.6 | - |
| YUV | 194.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 58 | 0 | 0.13 | 0.75 | 0.09 | 49.94 | 0.78 | 0.57 |
| Hex | E7 | CA | 3A | 0 | D | 4B | 9 | 32 | 4E | 39 |
| Octal | 347 | 312 | 72 | 0 | 15 | 113 | 11 | 62 | 116 | 71 |
| Binary | 11100111 | 11001010 | 111010 | 0 | 1101 | 1001011 | 1001 | 110010 | 1001110 | 111001 |
Color Harmonies of #E7CA3A
Complementary color
Monochromatic Colors of #E7CA3A
Black with #E7CA3A
Text Example
Text Example
White with #E7CA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA3A; }
p { color: rgb(231,202,58); }
H1.HeaderClassName
{
color: #E7CA3A;
}
.AnyTagClassName
{
color: #E7CA3A;
}
</style>
background-color css
<style>
a { background-color: #E7CA3A; }
a { background-color: rgb(231,202,58); }
div.DivClassName
{
background-color: #E7CA3A;
}
.BgClassName
{
background-color: #E7CA3A;
}
</style>
border-color css
<style>
span { border-color: #E7CA3A; }
span { border-color: rgb(231,202,58); }
td.TdClassName
{
border-color: #E7CA3A;
}
.TagClassName
{
border-color: #E7CA3A;
}
</style>