Shades of Confetti #CEC24E
Tints of Confetti #CEC24E
RGB
CMYK
RGB Variations
Color information
#CEC24E (or 0xCEC24E) is known color: Confetti. HEX triplet: CE, C2 and 4E. RGB value is (206,194,78). Sum of RGB (Red+Green+Blue) = 206+194+78=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC24E is #313DB1. Grayscale: #B8B8B8. Windows color (decimal): -3227058 or 5161678. OLE color: 5161678.
HSL color Cylindrical-coordinate representation of color #CEC24E: hue angle of 54.38º 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 #CEC24E is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 78 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.19 |
| HSL | 54.38º | 0.57% | 0.56% | - |
| HSV(B) | 54.38º | 0.62% | 0.81% | - |
| XYZ | 46.12 | 52.26 | 14.86 | - |
| YUV | 184.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 78 | 0 | 0.06 | 0.62 | 0.19 | 54.38 | 0.57 | 0.56 |
| Hex | CE | C2 | 4E | 0 | 6 | 3E | 13 | 36 | 39 | 38 |
| Octal | 316 | 302 | 116 | 0 | 6 | 76 | 23 | 66 | 71 | 70 |
| Binary | 11001110 | 11000010 | 1001110 | 0 | 110 | 111110 | 10011 | 110110 | 111001 | 111000 |
Color Harmonies of #CEC24E
Complementary color
Monochromatic Colors of #CEC24E
Black with #CEC24E
Text Example
Text Example
White with #CEC24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC24E; }
p { color: rgb(206,194,78); }
H1.HeaderClassName
{
color: #CEC24E;
}
.AnyTagClassName
{
color: #CEC24E;
}
</style>
background-color css
<style>
a { background-color: #CEC24E; }
a { background-color: rgb(206,194,78); }
div.DivClassName
{
background-color: #CEC24E;
}
.BgClassName
{
background-color: #CEC24E;
}
</style>
border-color css
<style>
span { border-color: #CEC24E; }
span { border-color: rgb(206,194,78); }
td.TdClassName
{
border-color: #CEC24E;
}
.TagClassName
{
border-color: #CEC24E;
}
</style>