Shades of Confetti #CEC54D
Tints of Confetti #CEC54D
RGB
CMYK
RGB Variations
Color information
#CEC54D (or 0xCEC54D) is known color: Confetti. HEX triplet: CE, C5 and 4D. RGB value is (206,197,77). Sum of RGB (Red+Green+Blue) = 206+197+77=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC54D is #313AB2. Grayscale: #BABABA. Windows color (decimal): -3226291 or 5096910. OLE color: 5096910.
HSL color Cylindrical-coordinate representation of color #CEC54D: hue angle of 55.81º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEC54D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 77 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.19 |
| HSL | 55.81º | 0.57% | 0.55% | - |
| HSV(B) | 55.81º | 0.63% | 0.81% | - |
| XYZ | 46.76 | 53.59 | 14.9 | - |
| YUV | 186.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 77 | 0 | 0.04 | 0.63 | 0.19 | 55.81 | 0.57 | 0.55 |
| Hex | CE | C5 | 4D | 0 | 4 | 3F | 13 | 38 | 39 | 37 |
| Octal | 316 | 305 | 115 | 0 | 4 | 77 | 23 | 70 | 71 | 67 |
| Binary | 11001110 | 11000101 | 1001101 | 0 | 100 | 111111 | 10011 | 111000 | 111001 | 110111 |
Color Harmonies of #CEC54D
Complementary color
Monochromatic Colors of #CEC54D
Black with #CEC54D
Text Example
Text Example
White with #CEC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC54D; }
p { color: rgb(206,197,77); }
H1.HeaderClassName
{
color: #CEC54D;
}
.AnyTagClassName
{
color: #CEC54D;
}
</style>
background-color css
<style>
a { background-color: #CEC54D; }
a { background-color: rgb(206,197,77); }
div.DivClassName
{
background-color: #CEC54D;
}
.BgClassName
{
background-color: #CEC54D;
}
</style>
border-color css
<style>
span { border-color: #CEC54D; }
span { border-color: rgb(206,197,77); }
td.TdClassName
{
border-color: #CEC54D;
}
.TagClassName
{
border-color: #CEC54D;
}
</style>