Shades of Confetti #CEC854
Tints of Confetti #CEC854
RGB
CMYK
RGB Variations
Color information
#CEC854 (or 0xCEC854) is known color: Confetti. HEX triplet: CE, C8 and 54. RGB value is (206,200,84). Sum of RGB (Red+Green+Blue) = 206+200+84=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC854 is #3137AB. Grayscale: #BDBDBD. Windows color (decimal): -3225516 or 5556430. OLE color: 5556430.
HSL color Cylindrical-coordinate representation of color #CEC854: hue angle of 57.05º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEC854 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 84 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.19 |
| HSL | 57.05º | 0.55% | 0.57% | - |
| HSV(B) | 57.05º | 0.59% | 0.81% | - |
| XYZ | 47.71 | 55.07 | 16.5 | - |
| YUV | 188.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 84 | 0 | 0.03 | 0.59 | 0.19 | 57.05 | 0.55 | 0.57 |
| Hex | CE | C8 | 54 | 0 | 3 | 3B | 13 | 39 | 37 | 39 |
| Octal | 316 | 310 | 124 | 0 | 3 | 73 | 23 | 71 | 67 | 71 |
| Binary | 11001110 | 11001000 | 1010100 | 0 | 11 | 111011 | 10011 | 111001 | 110111 | 111001 |
Color Harmonies of #CEC854
Complementary color
Monochromatic Colors of #CEC854
Black with #CEC854
Text Example
Text Example
White with #CEC854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC854; }
p { color: rgb(206,200,84); }
H1.HeaderClassName
{
color: #CEC854;
}
.AnyTagClassName
{
color: #CEC854;
}
</style>
background-color css
<style>
a { background-color: #CEC854; }
a { background-color: rgb(206,200,84); }
div.DivClassName
{
background-color: #CEC854;
}
.BgClassName
{
background-color: #CEC854;
}
</style>
border-color css
<style>
span { border-color: #CEC854; }
span { border-color: rgb(206,200,84); }
td.TdClassName
{
border-color: #CEC854;
}
.TagClassName
{
border-color: #CEC854;
}
</style>