Shades of Confetti #CED24F
Tints of Confetti #CED24F
RGB
CMYK
RGB Variations
Color information
#CED24F (or 0xCED24F) is known color: Confetti. HEX triplet: CE, D2 and 4F. RGB value is (206,210,79). Sum of RGB (Red+Green+Blue) = 206+210+79=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #CED24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED24F is #312DB0. Grayscale: #C2C2C2. Windows color (decimal): -3222961 or 5231310. OLE color: 5231310.
HSL color Cylindrical-coordinate representation of color #CED24F: hue angle of 61.83º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CED24F is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 79 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.18 |
| HSL | 61.83º | 0.59% | 0.57% | - |
| HSV(B) | 61.83º | 0.62% | 0.82% | - |
| XYZ | 49.91 | 59.78 | 16.31 | - |
| YUV | 193.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 79 | 0.02 | 0 | 0.62 | 0.18 | 61.83 | 0.59 | 0.57 |
| Hex | CE | D2 | 4F | 2 | 0 | 3E | 12 | 3E | 3B | 39 |
| Octal | 316 | 322 | 117 | 2 | 0 | 76 | 22 | 76 | 73 | 71 |
| Binary | 11001110 | 11010010 | 1001111 | 10 | 0 | 111110 | 10010 | 111110 | 111011 | 111001 |
Color Harmonies of #CED24F
Complementary color
Monochromatic Colors of #CED24F
Black with #CED24F
Text Example
Text Example
White with #CED24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED24F; }
p { color: rgb(206,210,79); }
H1.HeaderClassName
{
color: #CED24F;
}
.AnyTagClassName
{
color: #CED24F;
}
</style>
background-color css
<style>
a { background-color: #CED24F; }
a { background-color: rgb(206,210,79); }
div.DivClassName
{
background-color: #CED24F;
}
.BgClassName
{
background-color: #CED24F;
}
</style>
border-color css
<style>
span { border-color: #CED24F; }
span { border-color: rgb(206,210,79); }
td.TdClassName
{
border-color: #CED24F;
}
.TagClassName
{
border-color: #CED24F;
}
</style>