Shades of Confetti #E7CD3A
Tints of Confetti #E7CD3A
RGB
CMYK
RGB Variations
Color information
#E7CD3A (or 0xE7CD3A) is known color: Confetti. HEX triplet: E7, CD and 3A. RGB value is (231,205,58). Sum of RGB (Red+Green+Blue) = 231+205+58=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CD3A is #1832C5. Grayscale: #C4C4C4. Windows color (decimal): -1585862 or 3853799. OLE color: 3853799.
HSL color Cylindrical-coordinate representation of color #E7CD3A: hue angle of 50.98º 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 #E7CD3A is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 58 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.09 |
| HSL | 50.98º | 0.78% | 0.57% | - |
| HSV(B) | 50.98º | 0.75% | 0.91% | - |
| XYZ | 55.55 | 60.96 | 12.84 | - |
| YUV | 196.02 | 50.11 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 58 | 0 | 0.11 | 0.75 | 0.09 | 50.98 | 0.78 | 0.57 |
| Hex | E7 | CD | 3A | 0 | B | 4B | 9 | 33 | 4E | 39 |
| Octal | 347 | 315 | 72 | 0 | 13 | 113 | 11 | 63 | 116 | 71 |
| Binary | 11100111 | 11001101 | 111010 | 0 | 1011 | 1001011 | 1001 | 110011 | 1001110 | 111001 |
Color Harmonies of #E7CD3A
Complementary color
Monochromatic Colors of #E7CD3A
Black with #E7CD3A
Text Example
Text Example
White with #E7CD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CD3A; }
p { color: rgb(231,205,58); }
H1.HeaderClassName
{
color: #E7CD3A;
}
.AnyTagClassName
{
color: #E7CD3A;
}
</style>
background-color css
<style>
a { background-color: #E7CD3A; }
a { background-color: rgb(231,205,58); }
div.DivClassName
{
background-color: #E7CD3A;
}
.BgClassName
{
background-color: #E7CD3A;
}
</style>
border-color css
<style>
span { border-color: #E7CD3A; }
span { border-color: rgb(231,205,58); }
td.TdClassName
{
border-color: #E7CD3A;
}
.TagClassName
{
border-color: #E7CD3A;
}
</style>