Shades of Confetti #E6CC3C
Tints of Confetti #E6CC3C
RGB
CMYK
RGB Variations
Color information
#E6CC3C (or 0xE6CC3C) is known color: Confetti. HEX triplet: E6, CC and 3C. RGB value is (230,204,60). Sum of RGB (Red+Green+Blue) = 230+204+60=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CC3C is #1933C3. Grayscale: #C3C3C3. Windows color (decimal): -1651652 or 3984614. OLE color: 3984614.
HSL color Cylindrical-coordinate representation of color #E6CC3C: hue angle of 50.82º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6CC3C is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 60 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.10 |
| HSL | 50.82º | 0.77% | 0.57% | - |
| HSV(B) | 50.82º | 0.74% | 0.9% | - |
| XYZ | 55.04 | 60.33 | 13.02 | - |
| YUV | 195.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 60 | 0 | 0.11 | 0.74 | 0.10 | 50.82 | 0.77 | 0.57 |
| Hex | E6 | CC | 3C | 0 | B | 4A | A | 33 | 4D | 39 |
| Octal | 346 | 314 | 74 | 0 | 13 | 112 | 12 | 63 | 115 | 71 |
| Binary | 11100110 | 11001100 | 111100 | 0 | 1011 | 1001010 | 1010 | 110011 | 1001101 | 111001 |
Color Harmonies of #E6CC3C
Complementary color
Monochromatic Colors of #E6CC3C
Black with #E6CC3C
Text Example
Text Example
White with #E6CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC3C; }
p { color: rgb(230,204,60); }
H1.HeaderClassName
{
color: #E6CC3C;
}
.AnyTagClassName
{
color: #E6CC3C;
}
</style>
background-color css
<style>
a { background-color: #E6CC3C; }
a { background-color: rgb(230,204,60); }
div.DivClassName
{
background-color: #E6CC3C;
}
.BgClassName
{
background-color: #E6CC3C;
}
</style>
border-color css
<style>
span { border-color: #E6CC3C; }
span { border-color: rgb(230,204,60); }
td.TdClassName
{
border-color: #E6CC3C;
}
.TagClassName
{
border-color: #E6CC3C;
}
</style>