Shades of Bird Flower #CEC00E
Tints of Bird Flower #CEC00E
RGB
CMYK
RGB Variations
Color information
#CEC00E (or 0xCEC00E) is known color: Bird Flower. HEX triplet: CE, C0 and 0E. RGB value is (206,192,14). Sum of RGB (Red+Green+Blue) = 206+192+14=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC00E is #313FF1. Grayscale: #B0B0B0. Windows color (decimal): -3227634 or 966862. OLE color: 966862.
HSL color Cylindrical-coordinate representation of color #CEC00E: hue angle of 55.62º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEC00E is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 14 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.19 |
| HSL | 55.63º | 0.87% | 0.43% | - |
| HSV(B) | 55.63º | 0.93% | 0.81% | - |
| XYZ | 44.38 | 50.85 | 7.89 | - |
| YUV | 175.89 | 36.64 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 14 | 0 | 0.07 | 0.93 | 0.19 | 55.63 | 0.87 | 0.43 |
| Hex | CE | C0 | E | 0 | 7 | 5D | 13 | 38 | 57 | 2B |
| Octal | 316 | 300 | 16 | 0 | 7 | 135 | 23 | 70 | 127 | 53 |
| Binary | 11001110 | 11000000 | 1110 | 0 | 111 | 1011101 | 10011 | 111000 | 1010111 | 101011 |
Color Harmonies of #CEC00E
Complementary color
Monochromatic Colors of #CEC00E
Black with #CEC00E
Text Example
Text Example
White with #CEC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC00E; }
p { color: rgb(206,192,14); }
H1.HeaderClassName
{
color: #CEC00E;
}
.AnyTagClassName
{
color: #CEC00E;
}
</style>
background-color css
<style>
a { background-color: #CEC00E; }
a { background-color: rgb(206,192,14); }
div.DivClassName
{
background-color: #CEC00E;
}
.BgClassName
{
background-color: #CEC00E;
}
</style>
border-color css
<style>
span { border-color: #CEC00E; }
span { border-color: rgb(206,192,14); }
td.TdClassName
{
border-color: #CEC00E;
}
.TagClassName
{
border-color: #CEC00E;
}
</style>