Shades of Confetti #E6CC3A
Tints of Confetti #E6CC3A
RGB
CMYK
RGB Variations
Color information
#E6CC3A (or 0xE6CC3A) is known color: Confetti. HEX triplet: E6, CC and 3A. RGB value is (230,204,58). Sum of RGB (Red+Green+Blue) = 230+204+58=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CC3A is #1933C5. Grayscale: #C3C3C3. Windows color (decimal): -1651654 or 3853542. OLE color: 3853542.
HSL color Cylindrical-coordinate representation of color #E6CC3A: hue angle of 50.93º 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 #E6CC3A is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 58 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.10 |
| HSL | 50.93º | 0.77% | 0.56% | - |
| HSV(B) | 50.93º | 0.75% | 0.9% | - |
| XYZ | 54.99 | 60.31 | 12.75 | - |
| YUV | 195.13 | 50.61 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 58 | 0 | 0.11 | 0.75 | 0.10 | 50.93 | 0.77 | 0.56 |
| Hex | E6 | CC | 3A | 0 | B | 4B | A | 33 | 4D | 38 |
| Octal | 346 | 314 | 72 | 0 | 13 | 113 | 12 | 63 | 115 | 70 |
| Binary | 11100110 | 11001100 | 111010 | 0 | 1011 | 1001011 | 1010 | 110011 | 1001101 | 111000 |
Color Harmonies of #E6CC3A
Complementary color
Monochromatic Colors of #E6CC3A
Black with #E6CC3A
Text Example
Text Example
White with #E6CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC3A; }
p { color: rgb(230,204,58); }
H1.HeaderClassName
{
color: #E6CC3A;
}
.AnyTagClassName
{
color: #E6CC3A;
}
</style>
background-color css
<style>
a { background-color: #E6CC3A; }
a { background-color: rgb(230,204,58); }
div.DivClassName
{
background-color: #E6CC3A;
}
.BgClassName
{
background-color: #E6CC3A;
}
</style>
border-color css
<style>
span { border-color: #E6CC3A; }
span { border-color: rgb(230,204,58); }
td.TdClassName
{
border-color: #E6CC3A;
}
.TagClassName
{
border-color: #E6CC3A;
}
</style>