Shades of Confetti #CEC250
Tints of Confetti #CEC250
RGB
CMYK
RGB Variations
Color information
#CEC250 (or 0xCEC250) is known color: Confetti. HEX triplet: CE, C2 and 50. RGB value is (206,194,80). Sum of RGB (Red+Green+Blue) = 206+194+80=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC250 is #313DAF. Grayscale: #B9B9B9. Windows color (decimal): -3227056 or 5292750. OLE color: 5292750.
HSL color Cylindrical-coordinate representation of color #CEC250: hue angle of 54.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEC250 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 80 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.19 |
| HSL | 54.29º | 0.56% | 0.56% | - |
| HSV(B) | 54.29º | 0.61% | 0.81% | - |
| XYZ | 46.19 | 52.28 | 15.25 | - |
| YUV | 184.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 80 | 0 | 0.06 | 0.61 | 0.19 | 54.29 | 0.56 | 0.56 |
| Hex | CE | C2 | 50 | 0 | 6 | 3D | 13 | 36 | 38 | 38 |
| Octal | 316 | 302 | 120 | 0 | 6 | 75 | 23 | 66 | 70 | 70 |
| Binary | 11001110 | 11000010 | 1010000 | 0 | 110 | 111101 | 10011 | 110110 | 111000 | 111000 |
Color Harmonies of #CEC250
Complementary color
Monochromatic Colors of #CEC250
Black with #CEC250
Text Example
Text Example
White with #CEC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC250; }
p { color: rgb(206,194,80); }
H1.HeaderClassName
{
color: #CEC250;
}
.AnyTagClassName
{
color: #CEC250;
}
</style>
background-color css
<style>
a { background-color: #CEC250; }
a { background-color: rgb(206,194,80); }
div.DivClassName
{
background-color: #CEC250;
}
.BgClassName
{
background-color: #CEC250;
}
</style>
border-color css
<style>
span { border-color: #CEC250; }
span { border-color: rgb(206,194,80); }
td.TdClassName
{
border-color: #CEC250;
}
.TagClassName
{
border-color: #CEC250;
}
</style>