Shades of Confetti #CEC54E
Tints of Confetti #CEC54E
RGB
CMYK
RGB Variations
Color information
#CEC54E (or 0xCEC54E) is known color: Confetti. HEX triplet: CE, C5 and 4E. RGB value is (206,197,78). Sum of RGB (Red+Green+Blue) = 206+197+78=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC54E is #313AB1. Grayscale: #BABABA. Windows color (decimal): -3226290 or 5162446. OLE color: 5162446.
HSL color Cylindrical-coordinate representation of color #CEC54E: hue angle of 55.78º 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 #CEC54E is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 78 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.19 |
| HSL | 55.78º | 0.57% | 0.56% | - |
| HSV(B) | 55.78º | 0.62% | 0.81% | - |
| XYZ | 46.8 | 53.6 | 15.09 | - |
| YUV | 186.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 78 | 0 | 0.04 | 0.62 | 0.19 | 55.78 | 0.57 | 0.56 |
| Hex | CE | C5 | 4E | 0 | 4 | 3E | 13 | 38 | 39 | 38 |
| Octal | 316 | 305 | 116 | 0 | 4 | 76 | 23 | 70 | 71 | 70 |
| Binary | 11001110 | 11000101 | 1001110 | 0 | 100 | 111110 | 10011 | 111000 | 111001 | 111000 |
Color Harmonies of #CEC54E
Complementary color
Monochromatic Colors of #CEC54E
Black with #CEC54E
Text Example
Text Example
White with #CEC54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC54E; }
p { color: rgb(206,197,78); }
H1.HeaderClassName
{
color: #CEC54E;
}
.AnyTagClassName
{
color: #CEC54E;
}
</style>
background-color css
<style>
a { background-color: #CEC54E; }
a { background-color: rgb(206,197,78); }
div.DivClassName
{
background-color: #CEC54E;
}
.BgClassName
{
background-color: #CEC54E;
}
</style>
border-color css
<style>
span { border-color: #CEC54E; }
span { border-color: rgb(206,197,78); }
td.TdClassName
{
border-color: #CEC54E;
}
.TagClassName
{
border-color: #CEC54E;
}
</style>