Shades of Confetti #CEC754
Tints of Confetti #CEC754
RGB
CMYK
RGB Variations
Color information
#CEC754 (or 0xCEC754) is known color: Confetti. HEX triplet: CE, C7 and 54. RGB value is (206,199,84). Sum of RGB (Red+Green+Blue) = 206+199+84=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC754 is #3138AB. Grayscale: #BCBCBC. Windows color (decimal): -3225772 or 5556174. OLE color: 5556174.
HSL color Cylindrical-coordinate representation of color #CEC754: hue angle of 56.56º 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 #CEC754 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 84 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.19 |
| HSL | 56.56º | 0.55% | 0.57% | - |
| HSV(B) | 56.56º | 0.59% | 0.81% | - |
| XYZ | 47.48 | 54.61 | 16.43 | - |
| YUV | 187.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 84 | 0 | 0.03 | 0.59 | 0.19 | 56.56 | 0.55 | 0.57 |
| Hex | CE | C7 | 54 | 0 | 3 | 3B | 13 | 39 | 37 | 39 |
| Octal | 316 | 307 | 124 | 0 | 3 | 73 | 23 | 71 | 67 | 71 |
| Binary | 11001110 | 11000111 | 1010100 | 0 | 11 | 111011 | 10011 | 111001 | 110111 | 111001 |
Color Harmonies of #CEC754
Complementary color
Monochromatic Colors of #CEC754
Black with #CEC754
Text Example
Text Example
White with #CEC754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC754; }
p { color: rgb(206,199,84); }
H1.HeaderClassName
{
color: #CEC754;
}
.AnyTagClassName
{
color: #CEC754;
}
</style>
background-color css
<style>
a { background-color: #CEC754; }
a { background-color: rgb(206,199,84); }
div.DivClassName
{
background-color: #CEC754;
}
.BgClassName
{
background-color: #CEC754;
}
</style>
border-color css
<style>
span { border-color: #CEC754; }
span { border-color: rgb(206,199,84); }
td.TdClassName
{
border-color: #CEC754;
}
.TagClassName
{
border-color: #CEC754;
}
</style>