Shades of Bird Flower #CEC90E
Tints of Bird Flower #CEC90E
RGB
CMYK
RGB Variations
Color information
#CEC90E (or 0xCEC90E) is known color: Bird Flower. HEX triplet: CE, C9 and 0E. RGB value is (206,201,14). Sum of RGB (Red+Green+Blue) = 206+201+14=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC90E is #3136F1. Grayscale: #B5B5B5. Windows color (decimal): -3225330 or 969166. OLE color: 969166.
HSL color Cylindrical-coordinate representation of color #CEC90E: hue angle of 58.44º 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 #CEC90E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 14 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.19 |
| HSL | 58.44º | 0.87% | 0.43% | - |
| HSV(B) | 58.44º | 0.93% | 0.81% | - |
| XYZ | 46.42 | 54.93 | 8.57 | - |
| YUV | 181.18 | 33.66 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 14 | 0 | 0.02 | 0.93 | 0.19 | 58.44 | 0.87 | 0.43 |
| Hex | CE | C9 | E | 0 | 2 | 5D | 13 | 3A | 57 | 2B |
| Octal | 316 | 311 | 16 | 0 | 2 | 135 | 23 | 72 | 127 | 53 |
| Binary | 11001110 | 11001001 | 1110 | 0 | 10 | 1011101 | 10011 | 111010 | 1010111 | 101011 |
Color Harmonies of #CEC90E
Complementary color
Monochromatic Colors of #CEC90E
Black with #CEC90E
Text Example
Text Example
White with #CEC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC90E; }
p { color: rgb(206,201,14); }
H1.HeaderClassName
{
color: #CEC90E;
}
.AnyTagClassName
{
color: #CEC90E;
}
</style>
background-color css
<style>
a { background-color: #CEC90E; }
a { background-color: rgb(206,201,14); }
div.DivClassName
{
background-color: #CEC90E;
}
.BgClassName
{
background-color: #CEC90E;
}
</style>
border-color css
<style>
span { border-color: #CEC90E; }
span { border-color: rgb(206,201,14); }
td.TdClassName
{
border-color: #CEC90E;
}
.TagClassName
{
border-color: #CEC90E;
}
</style>