Shades of Confetti #E6CF3C
Tints of Confetti #E6CF3C
RGB
CMYK
RGB Variations
Color information
#E6CF3C (or 0xE6CF3C) is known color: Confetti. HEX triplet: E6, CF and 3C. RGB value is (230,207,60). Sum of RGB (Red+Green+Blue) = 230+207+60=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CF3C is #1930C3. Grayscale: #C5C5C5. Windows color (decimal): -1650884 or 3985382. OLE color: 3985382.
HSL color Cylindrical-coordinate representation of color #E6CF3C: hue angle of 51.88º 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 #E6CF3C is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 60 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.10 |
| HSL | 51.88º | 0.77% | 0.57% | - |
| HSV(B) | 51.88º | 0.74% | 0.9% | - |
| XYZ | 55.76 | 61.77 | 13.26 | - |
| YUV | 197.12 | 50.62 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 60 | 0 | 0.10 | 0.74 | 0.10 | 51.88 | 0.77 | 0.57 |
| Hex | E6 | CF | 3C | 0 | A | 4A | A | 34 | 4D | 39 |
| Octal | 346 | 317 | 74 | 0 | 12 | 112 | 12 | 64 | 115 | 71 |
| Binary | 11100110 | 11001111 | 111100 | 0 | 1010 | 1001010 | 1010 | 110100 | 1001101 | 111001 |
Color Harmonies of #E6CF3C
Complementary color
Monochromatic Colors of #E6CF3C
Black with #E6CF3C
Text Example
Text Example
White with #E6CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF3C; }
p { color: rgb(230,207,60); }
H1.HeaderClassName
{
color: #E6CF3C;
}
.AnyTagClassName
{
color: #E6CF3C;
}
</style>
background-color css
<style>
a { background-color: #E6CF3C; }
a { background-color: rgb(230,207,60); }
div.DivClassName
{
background-color: #E6CF3C;
}
.BgClassName
{
background-color: #E6CF3C;
}
</style>
border-color css
<style>
span { border-color: #E6CF3C; }
span { border-color: rgb(230,207,60); }
td.TdClassName
{
border-color: #E6CF3C;
}
.TagClassName
{
border-color: #E6CF3C;
}
</style>