Shades of Bird Flower #CEC90C
Tints of Bird Flower #CEC90C
RGB
CMYK
RGB Variations
Color information
#CEC90C (or 0xCEC90C) is known color: Bird Flower. HEX triplet: CE, C9 and 0C. RGB value is (206,201,12). Sum of RGB (Red+Green+Blue) = 206+201+12=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC90C is #3136F3. Grayscale: #B5B5B5. Windows color (decimal): -3225332 or 838094. OLE color: 838094.
HSL color Cylindrical-coordinate representation of color #CEC90C: hue angle of 58.45º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEC90C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 12 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.19 |
| HSL | 58.45º | 0.89% | 0.43% | - |
| HSV(B) | 58.45º | 0.94% | 0.81% | - |
| XYZ | 46.41 | 54.92 | 8.5 | - |
| YUV | 180.95 | 32.66 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 12 | 0 | 0.02 | 0.94 | 0.19 | 58.45 | 0.89 | 0.43 |
| Hex | CE | C9 | C | 0 | 2 | 5E | 13 | 3A | 59 | 2B |
| Octal | 316 | 311 | 14 | 0 | 2 | 136 | 23 | 72 | 131 | 53 |
| Binary | 11001110 | 11001001 | 1100 | 0 | 10 | 1011110 | 10011 | 111010 | 1011001 | 101011 |
Color Harmonies of #CEC90C
Complementary color
Monochromatic Colors of #CEC90C
Black with #CEC90C
Text Example
Text Example
White with #CEC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC90C; }
p { color: rgb(206,201,12); }
H1.HeaderClassName
{
color: #CEC90C;
}
.AnyTagClassName
{
color: #CEC90C;
}
</style>
background-color css
<style>
a { background-color: #CEC90C; }
a { background-color: rgb(206,201,12); }
div.DivClassName
{
background-color: #CEC90C;
}
.BgClassName
{
background-color: #CEC90C;
}
</style>
border-color css
<style>
span { border-color: #CEC90C; }
span { border-color: rgb(206,201,12); }
td.TdClassName
{
border-color: #CEC90C;
}
.TagClassName
{
border-color: #CEC90C;
}
</style>