Shades of Bird Flower #CED901
Tints of Bird Flower #CED901
RGB
CMYK
RGB Variations
Color information
#CED901 (or 0xCED901) is known color: Bird Flower. HEX triplet: CE, D9 and 01. RGB value is (206,217,1). Sum of RGB (Red+Green+Blue) = 206+217+1=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #CED901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED901 is #3126FE. Grayscale: #BDBDBD. Windows color (decimal): -3221247 or 121294. OLE color: 121294.
HSL color Cylindrical-coordinate representation of color #CED901: hue angle of 63.06º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CED901 is Cyan = 0.05, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 1 | - |
| CMYK | 0.05 | 0 | 1.00 | 0.15 |
| HSL | 63.06º | 0.99% | 0.43% | - |
| HSV(B) | 63.06º | 1% | 0.85% | - |
| XYZ | 50.27 | 62.75 | 9.49 | - |
| YUV | 189.09 | 21.86 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 1 | 0.05 | 0 | 1.00 | 0.15 | 63.06 | 0.99 | 0.43 |
| Hex | CE | D9 | 1 | 5 | 0 | 64 | F | 3F | 63 | 2B |
| Octal | 316 | 331 | 1 | 5 | 0 | 144 | 17 | 77 | 143 | 53 |
| Binary | 11001110 | 11011001 | 1 | 101 | 0 | 1100100 | 1111 | 111111 | 1100011 | 101011 |
Color Harmonies of #CED901
Complementary color
Monochromatic Colors of #CED901
Black with #CED901
Text Example
Text Example
White with #CED901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED901; }
p { color: rgb(206,217,1); }
H1.HeaderClassName
{
color: #CED901;
}
.AnyTagClassName
{
color: #CED901;
}
</style>
background-color css
<style>
a { background-color: #CED901; }
a { background-color: rgb(206,217,1); }
div.DivClassName
{
background-color: #CED901;
}
.BgClassName
{
background-color: #CED901;
}
</style>
border-color css
<style>
span { border-color: #CED901; }
span { border-color: rgb(206,217,1); }
td.TdClassName
{
border-color: #CED901;
}
.TagClassName
{
border-color: #CED901;
}
</style>