Shades of Confetti #CEC04F
Tints of Confetti #CEC04F
RGB
CMYK
RGB Variations
Color information
#CEC04F (or 0xCEC04F) is known color: Confetti. HEX triplet: CE, C0 and 4F. RGB value is (206,192,79). Sum of RGB (Red+Green+Blue) = 206+192+79=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC04F is #313FB0. Grayscale: #B7B7B7. Windows color (decimal): -3227569 or 5226702. OLE color: 5226702.
HSL color Cylindrical-coordinate representation of color #CEC04F: hue angle of 53.39º degrees, saturation: 0.56, 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 #CEC04F is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 79 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.19 |
| HSL | 53.39º | 0.56% | 0.56% | - |
| HSV(B) | 53.39º | 0.62% | 0.81% | - |
| XYZ | 45.71 | 51.39 | 14.91 | - |
| YUV | 183.3 | 69.14 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 79 | 0 | 0.07 | 0.62 | 0.19 | 53.39 | 0.56 | 0.56 |
| Hex | CE | C0 | 4F | 0 | 7 | 3E | 13 | 35 | 38 | 38 |
| Octal | 316 | 300 | 117 | 0 | 7 | 76 | 23 | 65 | 70 | 70 |
| Binary | 11001110 | 11000000 | 1001111 | 0 | 111 | 111110 | 10011 | 110101 | 111000 | 111000 |
Color Harmonies of #CEC04F
Complementary color
Monochromatic Colors of #CEC04F
Black with #CEC04F
Text Example
Text Example
White with #CEC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC04F; }
p { color: rgb(206,192,79); }
H1.HeaderClassName
{
color: #CEC04F;
}
.AnyTagClassName
{
color: #CEC04F;
}
</style>
background-color css
<style>
a { background-color: #CEC04F; }
a { background-color: rgb(206,192,79); }
div.DivClassName
{
background-color: #CEC04F;
}
.BgClassName
{
background-color: #CEC04F;
}
</style>
border-color css
<style>
span { border-color: #CEC04F; }
span { border-color: rgb(206,192,79); }
td.TdClassName
{
border-color: #CEC04F;
}
.TagClassName
{
border-color: #CEC04F;
}
</style>