Shades of Bird Flower #CECA10
Tints of Bird Flower #CECA10
RGB
CMYK
RGB Variations
Color information
#CECA10 (or 0xCECA10) is known color: Bird Flower. HEX triplet: CE, CA and 10. RGB value is (206,202,16). Sum of RGB (Red+Green+Blue) = 206+202+16=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA10 is #3135EF. Grayscale: #B6B6B6. Windows color (decimal): -3225072 or 1100494. OLE color: 1100494.
HSL color Cylindrical-coordinate representation of color #CECA10: hue angle of 58.74º degrees, saturation: 0.86, 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 #CECA10 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 16 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.19 |
| HSL | 58.74º | 0.86% | 0.44% | - |
| HSV(B) | 58.74º | 0.92% | 0.81% | - |
| XYZ | 46.67 | 55.4 | 8.72 | - |
| YUV | 181.99 | 34.33 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 16 | 0 | 0.02 | 0.92 | 0.19 | 58.74 | 0.86 | 0.44 |
| Hex | CE | CA | 10 | 0 | 2 | 5C | 13 | 3B | 56 | 2C |
| Octal | 316 | 312 | 20 | 0 | 2 | 134 | 23 | 73 | 126 | 54 |
| Binary | 11001110 | 11001010 | 10000 | 0 | 10 | 1011100 | 10011 | 111011 | 1010110 | 101100 |
Color Harmonies of #CECA10
Complementary color
Monochromatic Colors of #CECA10
Black with #CECA10
Text Example
Text Example
White with #CECA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA10; }
p { color: rgb(206,202,16); }
H1.HeaderClassName
{
color: #CECA10;
}
.AnyTagClassName
{
color: #CECA10;
}
</style>
background-color css
<style>
a { background-color: #CECA10; }
a { background-color: rgb(206,202,16); }
div.DivClassName
{
background-color: #CECA10;
}
.BgClassName
{
background-color: #CECA10;
}
</style>
border-color css
<style>
span { border-color: #CECA10; }
span { border-color: rgb(206,202,16); }
td.TdClassName
{
border-color: #CECA10;
}
.TagClassName
{
border-color: #CECA10;
}
</style>