Shades of Bird Flower #CECE07
Tints of Bird Flower #CECE07
RGB
CMYK
RGB Variations
Color information
#CECE07 (or 0xCECE07) is known color: Bird Flower. HEX triplet: CE, CE and 07. RGB value is (206,206,7). Sum of RGB (Red+Green+Blue) = 206+206+7=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECE07 is #3131F8. Grayscale: #B8B8B8. Windows color (decimal): -3224057 or 511694. OLE color: 511694.
HSL color Cylindrical-coordinate representation of color #CECE07: hue angle of 60º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CECE07 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 7 | - |
| CMYK | 0 | 0 | 0.97 | 0.19 |
| HSL | 60º | 0.93% | 0.42% | - |
| HSV(B) | 60º | 0.97% | 0.81% | - |
| XYZ | 47.56 | 57.28 | 8.75 | - |
| YUV | 183.31 | 28.5 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 7 | 0 | 0 | 0.97 | 0.19 | 60 | 0.93 | 0.42 |
| Hex | CE | CE | 7 | 0 | 0 | 61 | 13 | 3C | 5D | 2A |
| Octal | 316 | 316 | 7 | 0 | 0 | 141 | 23 | 74 | 135 | 52 |
| Binary | 11001110 | 11001110 | 111 | 0 | 0 | 1100001 | 10011 | 111100 | 1011101 | 101010 |
Color Harmonies of #CECE07
Complementary color
Monochromatic Colors of #CECE07
Black with #CECE07
Text Example
Text Example
White with #CECE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE07; }
p { color: rgb(206,206,7); }
H1.HeaderClassName
{
color: #CECE07;
}
.AnyTagClassName
{
color: #CECE07;
}
</style>
background-color css
<style>
a { background-color: #CECE07; }
a { background-color: rgb(206,206,7); }
div.DivClassName
{
background-color: #CECE07;
}
.BgClassName
{
background-color: #CECE07;
}
</style>
border-color css
<style>
span { border-color: #CECE07; }
span { border-color: rgb(206,206,7); }
td.TdClassName
{
border-color: #CECE07;
}
.TagClassName
{
border-color: #CECE07;
}
</style>