Shades of Confetti #CED24E
Tints of Confetti #CED24E
RGB
CMYK
RGB Variations
Color information
#CED24E (or 0xCED24E) is known color: Confetti. HEX triplet: CE, D2 and 4E. RGB value is (206,210,78). Sum of RGB (Red+Green+Blue) = 206+210+78=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #CED24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED24E is #312DB1. Grayscale: #C2C2C2. Windows color (decimal): -3222962 or 5165774. OLE color: 5165774.
HSL color Cylindrical-coordinate representation of color #CED24E: hue angle of 61.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CED24E is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 78 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.18 |
| HSL | 61.82º | 0.59% | 0.56% | - |
| HSV(B) | 61.82º | 0.63% | 0.82% | - |
| XYZ | 49.88 | 59.77 | 16.11 | - |
| YUV | 193.76 | 62.67 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 78 | 0.02 | 0 | 0.63 | 0.18 | 61.82 | 0.59 | 0.56 |
| Hex | CE | D2 | 4E | 2 | 0 | 3F | 12 | 3E | 3B | 38 |
| Octal | 316 | 322 | 116 | 2 | 0 | 77 | 22 | 76 | 73 | 70 |
| Binary | 11001110 | 11010010 | 1001110 | 10 | 0 | 111111 | 10010 | 111110 | 111011 | 111000 |
Color Harmonies of #CED24E
Complementary color
Monochromatic Colors of #CED24E
Black with #CED24E
Text Example
Text Example
White with #CED24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED24E; }
p { color: rgb(206,210,78); }
H1.HeaderClassName
{
color: #CED24E;
}
.AnyTagClassName
{
color: #CED24E;
}
</style>
background-color css
<style>
a { background-color: #CED24E; }
a { background-color: rgb(206,210,78); }
div.DivClassName
{
background-color: #CED24E;
}
.BgClassName
{
background-color: #CED24E;
}
</style>
border-color css
<style>
span { border-color: #CED24E; }
span { border-color: rgb(206,210,78); }
td.TdClassName
{
border-color: #CED24E;
}
.TagClassName
{
border-color: #CED24E;
}
</style>