Shades of Bird Flower #CEC008
Tints of Bird Flower #CEC008
RGB
CMYK
RGB Variations
Color information
#CEC008 (or 0xCEC008) is known color: Bird Flower. HEX triplet: CE, C0 and 08. RGB value is (206,192,8). Sum of RGB (Red+Green+Blue) = 206+192+8=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC008 is #313FF7. Grayscale: #AFAFAF. Windows color (decimal): -3227640 or 573646. OLE color: 573646.
HSL color Cylindrical-coordinate representation of color #CEC008: hue angle of 55.76º 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 #CEC008 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 8 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.19 |
| HSL | 55.76º | 0.93% | 0.42% | - |
| HSV(B) | 55.76º | 0.96% | 0.81% | - |
| XYZ | 44.35 | 50.84 | 7.71 | - |
| YUV | 175.21 | 33.64 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 8 | 0 | 0.07 | 0.96 | 0.19 | 55.76 | 0.93 | 0.42 |
| Hex | CE | C0 | 8 | 0 | 7 | 60 | 13 | 38 | 5D | 2A |
| Octal | 316 | 300 | 10 | 0 | 7 | 140 | 23 | 70 | 135 | 52 |
| Binary | 11001110 | 11000000 | 1000 | 0 | 111 | 1100000 | 10011 | 111000 | 1011101 | 101010 |
Color Harmonies of #CEC008
Complementary color
Monochromatic Colors of #CEC008
Black with #CEC008
Text Example
Text Example
White with #CEC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC008; }
p { color: rgb(206,192,8); }
H1.HeaderClassName
{
color: #CEC008;
}
.AnyTagClassName
{
color: #CEC008;
}
</style>
background-color css
<style>
a { background-color: #CEC008; }
a { background-color: rgb(206,192,8); }
div.DivClassName
{
background-color: #CEC008;
}
.BgClassName
{
background-color: #CEC008;
}
</style>
border-color css
<style>
span { border-color: #CEC008; }
span { border-color: rgb(206,192,8); }
td.TdClassName
{
border-color: #CEC008;
}
.TagClassName
{
border-color: #CEC008;
}
</style>