Shades of Confetti #CECE4F
Tints of Confetti #CECE4F
RGB
CMYK
RGB Variations
Color information
#CECE4F (or 0xCECE4F) is known color: Confetti. HEX triplet: CE, CE and 4F. RGB value is (206,206,79). Sum of RGB (Red+Green+Blue) = 206+206+79=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 79 (31.25% from 255 or 16.09% from 491); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECE4F is #3131B0. Grayscale: #C0C0C0. Windows color (decimal): -3223985 or 5230286. OLE color: 5230286.
HSL color Cylindrical-coordinate representation of color #CECE4F: hue angle of 60º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CECE4F is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 79 | - |
| CMYK | 0 | 0 | 0.62 | 0.19 |
| HSL | 60º | 0.56% | 0.56% | - |
| HSV(B) | 60º | 0.62% | 0.81% | - |
| XYZ | 48.94 | 57.83 | 15.98 | - |
| YUV | 191.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 79 | 0 | 0 | 0.62 | 0.19 | 60 | 0.56 | 0.56 |
| Hex | CE | CE | 4F | 0 | 0 | 3E | 13 | 3C | 38 | 38 |
| Octal | 316 | 316 | 117 | 0 | 0 | 76 | 23 | 74 | 70 | 70 |
| Binary | 11001110 | 11001110 | 1001111 | 0 | 0 | 111110 | 10011 | 111100 | 111000 | 111000 |
Color Harmonies of #CECE4F
Complementary color
Monochromatic Colors of #CECE4F
Black with #CECE4F
Text Example
Text Example
White with #CECE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE4F; }
p { color: rgb(206,206,79); }
H1.HeaderClassName
{
color: #CECE4F;
}
.AnyTagClassName
{
color: #CECE4F;
}
</style>
background-color css
<style>
a { background-color: #CECE4F; }
a { background-color: rgb(206,206,79); }
div.DivClassName
{
background-color: #CECE4F;
}
.BgClassName
{
background-color: #CECE4F;
}
</style>
border-color css
<style>
span { border-color: #CECE4F; }
span { border-color: rgb(206,206,79); }
td.TdClassName
{
border-color: #CECE4F;
}
.TagClassName
{
border-color: #CECE4F;
}
</style>