Shades of Bird Flower #CEC602
Tints of Bird Flower #CEC602
RGB
CMYK
RGB Variations
Color information
#CEC602 (or 0xCEC602) is known color: Bird Flower. HEX triplet: CE, C6 and 02. RGB value is (206,198,2). Sum of RGB (Red+Green+Blue) = 206+198+2=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC602 is #3139FD. Grayscale: #B2B2B2. Windows color (decimal): -3226110 or 181966. OLE color: 181966.
HSL color Cylindrical-coordinate representation of color #CEC602: hue angle of 57.65º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEC602 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.19 |
| HSL | 57.65º | 0.98% | 0.41% | - |
| HSV(B) | 57.65º | 0.99% | 0.81% | - |
| XYZ | 45.66 | 53.51 | 7.98 | - |
| YUV | 178.05 | 28.65 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 2 | 0 | 0.04 | 0.99 | 0.19 | 57.65 | 0.98 | 0.41 |
| Hex | CE | C6 | 2 | 0 | 4 | 63 | 13 | 3A | 62 | 29 |
| Octal | 316 | 306 | 2 | 0 | 4 | 143 | 23 | 72 | 142 | 51 |
| Binary | 11001110 | 11000110 | 10 | 0 | 100 | 1100011 | 10011 | 111010 | 1100010 | 101001 |
Color Harmonies of #CEC602
Complementary color
Monochromatic Colors of #CEC602
Black with #CEC602
Text Example
Text Example
White with #CEC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC602; }
p { color: rgb(206,198,2); }
H1.HeaderClassName
{
color: #CEC602;
}
.AnyTagClassName
{
color: #CEC602;
}
</style>
background-color css
<style>
a { background-color: #CEC602; }
a { background-color: rgb(206,198,2); }
div.DivClassName
{
background-color: #CEC602;
}
.BgClassName
{
background-color: #CEC602;
}
</style>
border-color css
<style>
span { border-color: #CEC602; }
span { border-color: rgb(206,198,2); }
td.TdClassName
{
border-color: #CEC602;
}
.TagClassName
{
border-color: #CEC602;
}
</style>