Shades of Confetti #CEC64E
Tints of Confetti #CEC64E
RGB
CMYK
RGB Variations
Color information
#CEC64E (or 0xCEC64E) is known color: Confetti. HEX triplet: CE, C6 and 4E. RGB value is (206,198,78). Sum of RGB (Red+Green+Blue) = 206+198+78=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC64E is #3139B1. Grayscale: #BBBBBB. Windows color (decimal): -3226034 or 5162702. OLE color: 5162702.
HSL color Cylindrical-coordinate representation of color #CEC64E: hue angle of 56.25º 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 #CEC64E is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 78 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.19 |
| HSL | 56.25º | 0.57% | 0.56% | - |
| HSV(B) | 56.25º | 0.62% | 0.81% | - |
| XYZ | 47.02 | 54.06 | 15.16 | - |
| YUV | 186.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 78 | 0 | 0.04 | 0.62 | 0.19 | 56.25 | 0.57 | 0.56 |
| Hex | CE | C6 | 4E | 0 | 4 | 3E | 13 | 38 | 39 | 38 |
| Octal | 316 | 306 | 116 | 0 | 4 | 76 | 23 | 70 | 71 | 70 |
| Binary | 11001110 | 11000110 | 1001110 | 0 | 100 | 111110 | 10011 | 111000 | 111001 | 111000 |
Color Harmonies of #CEC64E
Complementary color
Monochromatic Colors of #CEC64E
Black with #CEC64E
Text Example
Text Example
White with #CEC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC64E; }
p { color: rgb(206,198,78); }
H1.HeaderClassName
{
color: #CEC64E;
}
.AnyTagClassName
{
color: #CEC64E;
}
</style>
background-color css
<style>
a { background-color: #CEC64E; }
a { background-color: rgb(206,198,78); }
div.DivClassName
{
background-color: #CEC64E;
}
.BgClassName
{
background-color: #CEC64E;
}
</style>
border-color css
<style>
span { border-color: #CEC64E; }
span { border-color: rgb(206,198,78); }
td.TdClassName
{
border-color: #CEC64E;
}
.TagClassName
{
border-color: #CEC64E;
}
</style>