Shades of Confetti #CFC24E
Tints of Confetti #CFC24E
RGB
CMYK
RGB Variations
Color information
#CFC24E (or 0xCFC24E) is known color: Confetti. HEX triplet: CF, C2 and 4E. RGB value is (207,194,78). Sum of RGB (Red+Green+Blue) = 207+194+78=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC24E is #303DB1. Grayscale: #B9B9B9. Windows color (decimal): -3161522 or 5161679. OLE color: 5161679.
HSL color Cylindrical-coordinate representation of color #CFC24E: hue angle of 53.95º 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 #CFC24E is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 78 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.19 |
| HSL | 53.95º | 0.57% | 0.56% | - |
| HSV(B) | 53.95º | 0.62% | 0.81% | - |
| XYZ | 46.4 | 52.4 | 14.88 | - |
| YUV | 184.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 78 | 0 | 0.06 | 0.62 | 0.19 | 53.95 | 0.57 | 0.56 |
| Hex | CF | C2 | 4E | 0 | 6 | 3E | 13 | 36 | 39 | 38 |
| Octal | 317 | 302 | 116 | 0 | 6 | 76 | 23 | 66 | 71 | 70 |
| Binary | 11001111 | 11000010 | 1001110 | 0 | 110 | 111110 | 10011 | 110110 | 111001 | 111000 |
Color Harmonies of #CFC24E
Complementary color
Monochromatic Colors of #CFC24E
Black with #CFC24E
Text Example
Text Example
White with #CFC24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC24E; }
p { color: rgb(207,194,78); }
H1.HeaderClassName
{
color: #CFC24E;
}
.AnyTagClassName
{
color: #CFC24E;
}
</style>
background-color css
<style>
a { background-color: #CFC24E; }
a { background-color: rgb(207,194,78); }
div.DivClassName
{
background-color: #CFC24E;
}
.BgClassName
{
background-color: #CFC24E;
}
</style>
border-color css
<style>
span { border-color: #CFC24E; }
span { border-color: rgb(207,194,78); }
td.TdClassName
{
border-color: #CFC24E;
}
.TagClassName
{
border-color: #CFC24E;
}
</style>