Shades of Bird Flower #CECA08
Tints of Bird Flower #CECA08
RGB
CMYK
RGB Variations
Color information
#CECA08 (or 0xCECA08) is known color: Bird Flower. HEX triplet: CE, CA and 08. RGB value is (206,202,8). Sum of RGB (Red+Green+Blue) = 206+202+8=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA08 is #3135F7. Grayscale: #B5B5B5. Windows color (decimal): -3225080 or 576206. OLE color: 576206.
HSL color Cylindrical-coordinate representation of color #CECA08: hue angle of 58.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CECA08 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.19 |
| HSL | 58.79º | 0.93% | 0.42% | - |
| HSV(B) | 58.79º | 0.96% | 0.81% | - |
| XYZ | 46.62 | 55.38 | 8.46 | - |
| YUV | 181.08 | 30.33 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 8 | 0 | 0.02 | 0.96 | 0.19 | 58.79 | 0.93 | 0.42 |
| Hex | CE | CA | 8 | 0 | 2 | 60 | 13 | 3B | 5D | 2A |
| Octal | 316 | 312 | 10 | 0 | 2 | 140 | 23 | 73 | 135 | 52 |
| Binary | 11001110 | 11001010 | 1000 | 0 | 10 | 1100000 | 10011 | 111011 | 1011101 | 101010 |
Color Harmonies of #CECA08
Complementary color
Monochromatic Colors of #CECA08
Black with #CECA08
Text Example
Text Example
White with #CECA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA08; }
p { color: rgb(206,202,8); }
H1.HeaderClassName
{
color: #CECA08;
}
.AnyTagClassName
{
color: #CECA08;
}
</style>
background-color css
<style>
a { background-color: #CECA08; }
a { background-color: rgb(206,202,8); }
div.DivClassName
{
background-color: #CECA08;
}
.BgClassName
{
background-color: #CECA08;
}
</style>
border-color css
<style>
span { border-color: #CECA08; }
span { border-color: rgb(206,202,8); }
td.TdClassName
{
border-color: #CECA08;
}
.TagClassName
{
border-color: #CECA08;
}
</style>