Shades of Confetti #CEC74F
Tints of Confetti #CEC74F
RGB
CMYK
RGB Variations
Color information
#CEC74F (or 0xCEC74F) is known color: Confetti. HEX triplet: CE, C7 and 4F. RGB value is (206,199,79). Sum of RGB (Red+Green+Blue) = 206+199+79=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC74F is #3138B0. Grayscale: #BBBBBB. Windows color (decimal): -3225777 or 5228494. OLE color: 5228494.
HSL color Cylindrical-coordinate representation of color #CEC74F: hue angle of 56.69º degrees, saturation: 0.56, 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 #CEC74F is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 79 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.19 |
| HSL | 56.69º | 0.56% | 0.56% | - |
| HSV(B) | 56.69º | 0.62% | 0.81% | - |
| XYZ | 47.29 | 54.53 | 15.43 | - |
| YUV | 187.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 79 | 0 | 0.03 | 0.62 | 0.19 | 56.69 | 0.56 | 0.56 |
| Hex | CE | C7 | 4F | 0 | 3 | 3E | 13 | 39 | 38 | 38 |
| Octal | 316 | 307 | 117 | 0 | 3 | 76 | 23 | 71 | 70 | 70 |
| Binary | 11001110 | 11000111 | 1001111 | 0 | 11 | 111110 | 10011 | 111001 | 111000 | 111000 |
Color Harmonies of #CEC74F
Complementary color
Monochromatic Colors of #CEC74F
Black with #CEC74F
Text Example
Text Example
White with #CEC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC74F; }
p { color: rgb(206,199,79); }
H1.HeaderClassName
{
color: #CEC74F;
}
.AnyTagClassName
{
color: #CEC74F;
}
</style>
background-color css
<style>
a { background-color: #CEC74F; }
a { background-color: rgb(206,199,79); }
div.DivClassName
{
background-color: #CEC74F;
}
.BgClassName
{
background-color: #CEC74F;
}
</style>
border-color css
<style>
span { border-color: #CEC74F; }
span { border-color: rgb(206,199,79); }
td.TdClassName
{
border-color: #CEC74F;
}
.TagClassName
{
border-color: #CEC74F;
}
</style>