Shades of Confetti #CECA4E
Tints of Confetti #CECA4E
RGB
CMYK
RGB Variations
Color information
#CECA4E (or 0xCECA4E) is known color: Confetti. HEX triplet: CE, CA and 4E. RGB value is (206,202,78). Sum of RGB (Red+Green+Blue) = 206+202+78=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA4E is #3135B1. Grayscale: #BDBDBD. Windows color (decimal): -3225010 or 5163726. OLE color: 5163726.
HSL color Cylindrical-coordinate representation of color #CECA4E: hue angle of 58.12º 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 #CECA4E is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 78 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.19 |
| HSL | 58.13º | 0.57% | 0.56% | - |
| HSV(B) | 58.13º | 0.62% | 0.81% | - |
| XYZ | 47.95 | 55.91 | 15.47 | - |
| YUV | 189.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 78 | 0 | 0.02 | 0.62 | 0.19 | 58.13 | 0.57 | 0.56 |
| Hex | CE | CA | 4E | 0 | 2 | 3E | 13 | 3A | 39 | 38 |
| Octal | 316 | 312 | 116 | 0 | 2 | 76 | 23 | 72 | 71 | 70 |
| Binary | 11001110 | 11001010 | 1001110 | 0 | 10 | 111110 | 10011 | 111010 | 111001 | 111000 |
Color Harmonies of #CECA4E
Complementary color
Monochromatic Colors of #CECA4E
Black with #CECA4E
Text Example
Text Example
White with #CECA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA4E; }
p { color: rgb(206,202,78); }
H1.HeaderClassName
{
color: #CECA4E;
}
.AnyTagClassName
{
color: #CECA4E;
}
</style>
background-color css
<style>
a { background-color: #CECA4E; }
a { background-color: rgb(206,202,78); }
div.DivClassName
{
background-color: #CECA4E;
}
.BgClassName
{
background-color: #CECA4E;
}
</style>
border-color css
<style>
span { border-color: #CECA4E; }
span { border-color: rgb(206,202,78); }
td.TdClassName
{
border-color: #CECA4E;
}
.TagClassName
{
border-color: #CECA4E;
}
</style>