Shades of Confetti #CEC34C
Tints of Confetti #CEC34C
RGB
CMYK
RGB Variations
Color information
#CEC34C (or 0xCEC34C) is known color: Confetti. HEX triplet: CE, C3 and 4C. RGB value is (206,195,76). Sum of RGB (Red+Green+Blue) = 206+195+76=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC34C is #313CB3. Grayscale: #B9B9B9. Windows color (decimal): -3226804 or 5030862. OLE color: 5030862.
HSL color Cylindrical-coordinate representation of color #CEC34C: hue angle of 54.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEC34C is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 76 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.19 |
| HSL | 54.92º | 0.57% | 0.55% | - |
| HSV(B) | 54.92º | 0.63% | 0.81% | - |
| XYZ | 46.27 | 52.67 | 14.57 | - |
| YUV | 184.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 76 | 0 | 0.05 | 0.63 | 0.19 | 54.92 | 0.57 | 0.55 |
| Hex | CE | C3 | 4C | 0 | 5 | 3F | 13 | 37 | 39 | 37 |
| Octal | 316 | 303 | 114 | 0 | 5 | 77 | 23 | 67 | 71 | 67 |
| Binary | 11001110 | 11000011 | 1001100 | 0 | 101 | 111111 | 10011 | 110111 | 111001 | 110111 |
Color Harmonies of #CEC34C
Complementary color
Monochromatic Colors of #CEC34C
Black with #CEC34C
Text Example
Text Example
White with #CEC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC34C; }
p { color: rgb(206,195,76); }
H1.HeaderClassName
{
color: #CEC34C;
}
.AnyTagClassName
{
color: #CEC34C;
}
</style>
background-color css
<style>
a { background-color: #CEC34C; }
a { background-color: rgb(206,195,76); }
div.DivClassName
{
background-color: #CEC34C;
}
.BgClassName
{
background-color: #CEC34C;
}
</style>
border-color css
<style>
span { border-color: #CEC34C; }
span { border-color: rgb(206,195,76); }
td.TdClassName
{
border-color: #CEC34C;
}
.TagClassName
{
border-color: #CEC34C;
}
</style>