Shades of Confetti #CECA4D
Tints of Confetti #CECA4D
RGB
CMYK
RGB Variations
Color information
#CECA4D (or 0xCECA4D) is known color: Confetti. HEX triplet: CE, CA and 4D. RGB value is (206,202,77). Sum of RGB (Red+Green+Blue) = 206+202+77=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA4D is #3135B2. Grayscale: #BDBDBD. Windows color (decimal): -3225011 or 5098190. OLE color: 5098190.
HSL color Cylindrical-coordinate representation of color #CECA4D: hue angle of 58.14º 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 #CECA4D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 77 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.19 |
| HSL | 58.14º | 0.57% | 0.55% | - |
| HSV(B) | 58.14º | 0.63% | 0.81% | - |
| XYZ | 47.91 | 55.9 | 15.29 | - |
| YUV | 188.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 77 | 0 | 0.02 | 0.63 | 0.19 | 58.14 | 0.57 | 0.55 |
| Hex | CE | CA | 4D | 0 | 2 | 3F | 13 | 3A | 39 | 37 |
| Octal | 316 | 312 | 115 | 0 | 2 | 77 | 23 | 72 | 71 | 67 |
| Binary | 11001110 | 11001010 | 1001101 | 0 | 10 | 111111 | 10011 | 111010 | 111001 | 110111 |
Color Harmonies of #CECA4D
Complementary color
Monochromatic Colors of #CECA4D
Black with #CECA4D
Text Example
Text Example
White with #CECA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA4D; }
p { color: rgb(206,202,77); }
H1.HeaderClassName
{
color: #CECA4D;
}
.AnyTagClassName
{
color: #CECA4D;
}
</style>
background-color css
<style>
a { background-color: #CECA4D; }
a { background-color: rgb(206,202,77); }
div.DivClassName
{
background-color: #CECA4D;
}
.BgClassName
{
background-color: #CECA4D;
}
</style>
border-color css
<style>
span { border-color: #CECA4D; }
span { border-color: rgb(206,202,77); }
td.TdClassName
{
border-color: #CECA4D;
}
.TagClassName
{
border-color: #CECA4D;
}
</style>