Shades of Confetti #CEC44C
Tints of Confetti #CEC44C
RGB
CMYK
RGB Variations
Color information
#CEC44C (or 0xCEC44C) is known color: Confetti. HEX triplet: CE, C4 and 4C. RGB value is (206,196,76). Sum of RGB (Red+Green+Blue) = 206+196+76=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC44C is #313BB3. Grayscale: #B9B9B9. Windows color (decimal): -3226548 or 5031118. OLE color: 5031118.
HSL color Cylindrical-coordinate representation of color #CEC44C: hue angle of 55.38º 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 #CEC44C is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 76 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.19 |
| HSL | 55.38º | 0.57% | 0.55% | - |
| HSV(B) | 55.38º | 0.63% | 0.81% | - |
| XYZ | 46.5 | 53.12 | 14.64 | - |
| YUV | 185.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 76 | 0 | 0.05 | 0.63 | 0.19 | 55.38 | 0.57 | 0.55 |
| Hex | CE | C4 | 4C | 0 | 5 | 3F | 13 | 37 | 39 | 37 |
| Octal | 316 | 304 | 114 | 0 | 5 | 77 | 23 | 67 | 71 | 67 |
| Binary | 11001110 | 11000100 | 1001100 | 0 | 101 | 111111 | 10011 | 110111 | 111001 | 110111 |
Color Harmonies of #CEC44C
Complementary color
Monochromatic Colors of #CEC44C
Black with #CEC44C
Text Example
Text Example
White with #CEC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC44C; }
p { color: rgb(206,196,76); }
H1.HeaderClassName
{
color: #CEC44C;
}
.AnyTagClassName
{
color: #CEC44C;
}
</style>
background-color css
<style>
a { background-color: #CEC44C; }
a { background-color: rgb(206,196,76); }
div.DivClassName
{
background-color: #CEC44C;
}
.BgClassName
{
background-color: #CEC44C;
}
</style>
border-color css
<style>
span { border-color: #CEC44C; }
span { border-color: rgb(206,196,76); }
td.TdClassName
{
border-color: #CEC44C;
}
.TagClassName
{
border-color: #CEC44C;
}
</style>