Shades of Confetti #E6CA3A
Tints of Confetti #E6CA3A
RGB
CMYK
RGB Variations
Color information
#E6CA3A (or 0xE6CA3A) is known color: Confetti. HEX triplet: E6, CA and 3A. RGB value is (230,202,58). Sum of RGB (Red+Green+Blue) = 230+202+58=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CA3A is #1935C5. Grayscale: #C2C2C2. Windows color (decimal): -1652166 or 3853030. OLE color: 3853030.
HSL color Cylindrical-coordinate representation of color #E6CA3A: hue angle of 50.23º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6CA3A is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 58 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.10 |
| HSL | 50.23º | 0.77% | 0.56% | - |
| HSV(B) | 50.23º | 0.75% | 0.9% | - |
| XYZ | 54.52 | 59.37 | 12.59 | - |
| YUV | 193.96 | 51.28 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 58 | 0 | 0.12 | 0.75 | 0.10 | 50.23 | 0.77 | 0.56 |
| Hex | E6 | CA | 3A | 0 | C | 4B | A | 32 | 4D | 38 |
| Octal | 346 | 312 | 72 | 0 | 14 | 113 | 12 | 62 | 115 | 70 |
| Binary | 11100110 | 11001010 | 111010 | 0 | 1100 | 1001011 | 1010 | 110010 | 1001101 | 111000 |
Color Harmonies of #E6CA3A
Complementary color
Monochromatic Colors of #E6CA3A
Black with #E6CA3A
Text Example
Text Example
White with #E6CA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA3A; }
p { color: rgb(230,202,58); }
H1.HeaderClassName
{
color: #E6CA3A;
}
.AnyTagClassName
{
color: #E6CA3A;
}
</style>
background-color css
<style>
a { background-color: #E6CA3A; }
a { background-color: rgb(230,202,58); }
div.DivClassName
{
background-color: #E6CA3A;
}
.BgClassName
{
background-color: #E6CA3A;
}
</style>
border-color css
<style>
span { border-color: #E6CA3A; }
span { border-color: rgb(230,202,58); }
td.TdClassName
{
border-color: #E6CA3A;
}
.TagClassName
{
border-color: #E6CA3A;
}
</style>