Shades of Bird Flower #CEC011
Tints of Bird Flower #CEC011
RGB
CMYK
RGB Variations
Color information
#CEC011 (or 0xCEC011) is known color: Bird Flower. HEX triplet: CE, C0 and 11. RGB value is (206,192,17). Sum of RGB (Red+Green+Blue) = 206+192+17=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC011 is #313FEE. Grayscale: #B0B0B0. Windows color (decimal): -3227631 or 1163470. OLE color: 1163470.
HSL color Cylindrical-coordinate representation of color #CEC011: hue angle of 55.56º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEC011 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.19 |
| HSL | 55.56º | 0.85% | 0.44% | - |
| HSV(B) | 55.56º | 0.92% | 0.81% | - |
| XYZ | 44.4 | 50.86 | 8.01 | - |
| YUV | 176.24 | 38.14 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 17 | 0 | 0.07 | 0.92 | 0.19 | 55.56 | 0.85 | 0.44 |
| Hex | CE | C0 | 11 | 0 | 7 | 5C | 13 | 38 | 55 | 2C |
| Octal | 316 | 300 | 21 | 0 | 7 | 134 | 23 | 70 | 125 | 54 |
| Binary | 11001110 | 11000000 | 10001 | 0 | 111 | 1011100 | 10011 | 111000 | 1010101 | 101100 |
Color Harmonies of #CEC011
Complementary color
Monochromatic Colors of #CEC011
Black with #CEC011
Text Example
Text Example
White with #CEC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC011; }
p { color: rgb(206,192,17); }
H1.HeaderClassName
{
color: #CEC011;
}
.AnyTagClassName
{
color: #CEC011;
}
</style>
background-color css
<style>
a { background-color: #CEC011; }
a { background-color: rgb(206,192,17); }
div.DivClassName
{
background-color: #CEC011;
}
.BgClassName
{
background-color: #CEC011;
}
</style>
border-color css
<style>
span { border-color: #CEC011; }
span { border-color: rgb(206,192,17); }
td.TdClassName
{
border-color: #CEC011;
}
.TagClassName
{
border-color: #CEC011;
}
</style>