Shades of Bird Flower #CEC50C
Tints of Bird Flower #CEC50C
RGB
CMYK
RGB Variations
Color information
#CEC50C (or 0xCEC50C) is known color: Bird Flower. HEX triplet: CE, C5 and 0C. RGB value is (206,197,12). Sum of RGB (Red+Green+Blue) = 206+197+12=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC50C is #313AF3. Grayscale: #B3B3B3. Windows color (decimal): -3226356 or 837070. OLE color: 837070.
HSL color Cylindrical-coordinate representation of color #CEC50C: hue angle of 57.22º 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 #CEC50C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.19 |
| HSL | 57.22º | 0.89% | 0.43% | - |
| HSV(B) | 57.22º | 0.94% | 0.81% | - |
| XYZ | 45.49 | 53.08 | 8.2 | - |
| YUV | 178.6 | 33.98 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 12 | 0 | 0.04 | 0.94 | 0.19 | 57.22 | 0.89 | 0.43 |
| Hex | CE | C5 | C | 0 | 4 | 5E | 13 | 39 | 59 | 2B |
| Octal | 316 | 305 | 14 | 0 | 4 | 136 | 23 | 71 | 131 | 53 |
| Binary | 11001110 | 11000101 | 1100 | 0 | 100 | 1011110 | 10011 | 111001 | 1011001 | 101011 |
Color Harmonies of #CEC50C
Complementary color
Monochromatic Colors of #CEC50C
Black with #CEC50C
Text Example
Text Example
White with #CEC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC50C; }
p { color: rgb(206,197,12); }
H1.HeaderClassName
{
color: #CEC50C;
}
.AnyTagClassName
{
color: #CEC50C;
}
</style>
background-color css
<style>
a { background-color: #CEC50C; }
a { background-color: rgb(206,197,12); }
div.DivClassName
{
background-color: #CEC50C;
}
.BgClassName
{
background-color: #CEC50C;
}
</style>
border-color css
<style>
span { border-color: #CEC50C; }
span { border-color: rgb(206,197,12); }
td.TdClassName
{
border-color: #CEC50C;
}
.TagClassName
{
border-color: #CEC50C;
}
</style>