Shades of Bird Flower #CECA11
Tints of Bird Flower #CECA11
RGB
CMYK
RGB Variations
Color information
#CECA11 (or 0xCECA11) is known color: Bird Flower. HEX triplet: CE, CA and 11. RGB value is (206,202,17). Sum of RGB (Red+Green+Blue) = 206+202+17=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA11 is #3135EE. Grayscale: #B6B6B6. Windows color (decimal): -3225071 or 1166030. OLE color: 1166030.
HSL color Cylindrical-coordinate representation of color #CECA11: hue angle of 58.73º 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 #CECA11 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 17 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.19 |
| HSL | 58.73º | 0.85% | 0.44% | - |
| HSV(B) | 58.73º | 0.92% | 0.81% | - |
| XYZ | 46.68 | 55.4 | 8.76 | - |
| YUV | 182.11 | 34.83 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 17 | 0 | 0.02 | 0.92 | 0.19 | 58.73 | 0.85 | 0.44 |
| Hex | CE | CA | 11 | 0 | 2 | 5C | 13 | 3B | 55 | 2C |
| Octal | 316 | 312 | 21 | 0 | 2 | 134 | 23 | 73 | 125 | 54 |
| Binary | 11001110 | 11001010 | 10001 | 0 | 10 | 1011100 | 10011 | 111011 | 1010101 | 101100 |
Color Harmonies of #CECA11
Complementary color
Monochromatic Colors of #CECA11
Black with #CECA11
Text Example
Text Example
White with #CECA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA11; }
p { color: rgb(206,202,17); }
H1.HeaderClassName
{
color: #CECA11;
}
.AnyTagClassName
{
color: #CECA11;
}
</style>
background-color css
<style>
a { background-color: #CECA11; }
a { background-color: rgb(206,202,17); }
div.DivClassName
{
background-color: #CECA11;
}
.BgClassName
{
background-color: #CECA11;
}
</style>
border-color css
<style>
span { border-color: #CECA11; }
span { border-color: rgb(206,202,17); }
td.TdClassName
{
border-color: #CECA11;
}
.TagClassName
{
border-color: #CECA11;
}
</style>