Shades of Confetti #CECC4E
Tints of Confetti #CECC4E
RGB
CMYK
RGB Variations
Color information
#CECC4E (or 0xCECC4E) is known color: Confetti. HEX triplet: CE, CC and 4E. RGB value is (206,204,78). Sum of RGB (Red+Green+Blue) = 206+204+78=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC4E is #3133B1. Grayscale: #BEBEBE. Windows color (decimal): -3224498 or 5164238. OLE color: 5164238.
HSL color Cylindrical-coordinate representation of color #CECC4E: hue angle of 59.06º degrees, saturation: 0.57, 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 #CECC4E is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 78 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.19 |
| HSL | 59.06º | 0.57% | 0.56% | - |
| HSV(B) | 59.06º | 0.62% | 0.81% | - |
| XYZ | 48.42 | 56.86 | 15.63 | - |
| YUV | 190.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 78 | 0 | 0.01 | 0.62 | 0.19 | 59.06 | 0.57 | 0.56 |
| Hex | CE | CC | 4E | 0 | 1 | 3E | 13 | 3B | 39 | 38 |
| Octal | 316 | 314 | 116 | 0 | 1 | 76 | 23 | 73 | 71 | 70 |
| Binary | 11001110 | 11001100 | 1001110 | 0 | 1 | 111110 | 10011 | 111011 | 111001 | 111000 |
Color Harmonies of #CECC4E
Complementary color
Monochromatic Colors of #CECC4E
Black with #CECC4E
Text Example
Text Example
White with #CECC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC4E; }
p { color: rgb(206,204,78); }
H1.HeaderClassName
{
color: #CECC4E;
}
.AnyTagClassName
{
color: #CECC4E;
}
</style>
background-color css
<style>
a { background-color: #CECC4E; }
a { background-color: rgb(206,204,78); }
div.DivClassName
{
background-color: #CECC4E;
}
.BgClassName
{
background-color: #CECC4E;
}
</style>
border-color css
<style>
span { border-color: #CECC4E; }
span { border-color: rgb(206,204,78); }
td.TdClassName
{
border-color: #CECC4E;
}
.TagClassName
{
border-color: #CECC4E;
}
</style>