Shades of Confetti #CECE4E
Tints of Confetti #CECE4E
RGB
CMYK
RGB Variations
Color information
#CECE4E (or 0xCECE4E) is known color: Confetti. HEX triplet: CE, CE and 4E. RGB value is (206,206,78). Sum of RGB (Red+Green+Blue) = 206+206+78=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 78 (30.86% from 255 or 15.92% from 490); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECE4E is #3131B1. Grayscale: #BFBFBF. Windows color (decimal): -3223986 or 5164750. OLE color: 5164750.
HSL color Cylindrical-coordinate representation of color #CECE4E: hue angle of 60º 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 #CECE4E is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 78 | - |
CMYK | 0 | 0 | 0.62 | 0.19 |
HSL | 60º | 0.57% | 0.56% | - |
HSV(B) | 60º | 0.62% | 0.81% | - |
XYZ | 48.9 | 57.81 | 15.79 | - |
YUV | 191.41 | 64 | 138.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 78 | 0 | 0 | 0.62 | 0.19 | 60 | 0.57 | 0.56 |
Hex | CE | CE | 4E | 0 | 0 | 3E | 13 | 3C | 39 | 38 |
Octal | 316 | 316 | 116 | 0 | 0 | 76 | 23 | 74 | 71 | 70 |
Binary | 11001110 | 11001110 | 1001110 | 0 | 0 | 111110 | 10011 | 111100 | 111001 | 111000 |
Color Harmonies of #CECE4E
Complementary color
Monochromatic Colors of #CECE4E
Black with #CECE4E
Text Example
Text Example
White with #CECE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE4E; }
p { color: rgb(206,206,78); }
H1.HeaderClassName
{
color: #CECE4E;
}
.AnyTagClassName
{
color: #CECE4E;
}
</style>
background-color css
<style>
a { background-color: #CECE4E; }
a { background-color: rgb(206,206,78); }
div.DivClassName
{
background-color: #CECE4E;
}
.BgClassName
{
background-color: #CECE4E;
}
</style>
border-color css
<style>
span { border-color: #CECE4E; }
span { border-color: rgb(206,206,78); }
td.TdClassName
{
border-color: #CECE4E;
}
.TagClassName
{
border-color: #CECE4E;
}
</style>