Shades of Bird Flower #CED00E
Tints of Bird Flower #CED00E
RGB
CMYK
RGB Variations
Color information
#CED00E (or 0xCED00E) is known color: Bird Flower. HEX triplet: CE, D0 and 0E. RGB value is (206,208,14). Sum of RGB (Red+Green+Blue) = 206+208+14=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #CED00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED00E is #312FF1. Grayscale: #BABABA. Windows color (decimal): -3223538 or 970958. OLE color: 970958.
HSL color Cylindrical-coordinate representation of color #CED00E: hue angle of 60.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CED00E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 14 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.18 |
| HSL | 60.62º | 0.87% | 0.44% | - |
| HSV(B) | 60.62º | 0.93% | 0.82% | - |
| XYZ | 48.09 | 58.27 | 9.13 | - |
| YUV | 185.29 | 31.34 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 14 | 0.01 | 0 | 0.93 | 0.18 | 60.62 | 0.87 | 0.44 |
| Hex | CE | D0 | E | 1 | 0 | 5D | 12 | 3D | 57 | 2C |
| Octal | 316 | 320 | 16 | 1 | 0 | 135 | 22 | 75 | 127 | 54 |
| Binary | 11001110 | 11010000 | 1110 | 1 | 0 | 1011101 | 10010 | 111101 | 1010111 | 101100 |
Color Harmonies of #CED00E
Complementary color
Monochromatic Colors of #CED00E
Black with #CED00E
Text Example
Text Example
White with #CED00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED00E; }
p { color: rgb(206,208,14); }
H1.HeaderClassName
{
color: #CED00E;
}
.AnyTagClassName
{
color: #CED00E;
}
</style>
background-color css
<style>
a { background-color: #CED00E; }
a { background-color: rgb(206,208,14); }
div.DivClassName
{
background-color: #CED00E;
}
.BgClassName
{
background-color: #CED00E;
}
</style>
border-color css
<style>
span { border-color: #CED00E; }
span { border-color: rgb(206,208,14); }
td.TdClassName
{
border-color: #CED00E;
}
.TagClassName
{
border-color: #CED00E;
}
</style>