Shades of Bird Flower #CED101
Tints of Bird Flower #CED101
RGB
CMYK
RGB Variations
Color information
#CED101 (or 0xCED101) is known color: Bird Flower. HEX triplet: CE, D1 and 01. RGB value is (206,209,1). Sum of RGB (Red+Green+Blue) = 206+209+1=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #CED101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED101 is #312EFE. Grayscale: #B9B9B9. Windows color (decimal): -3223295 or 119246. OLE color: 119246.
HSL color Cylindrical-coordinate representation of color #CED101: hue angle of 60.87º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CED101 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.18 |
| HSL | 60.87º | 0.99% | 0.41% | - |
| HSV(B) | 60.87º | 1% | 0.82% | - |
| XYZ | 48.26 | 58.72 | 8.82 | - |
| YUV | 184.39 | 24.51 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 1 | 0.01 | 0 | 1.00 | 0.18 | 60.87 | 0.99 | 0.41 |
| Hex | CE | D1 | 1 | 1 | 0 | 64 | 12 | 3D | 63 | 29 |
| Octal | 316 | 321 | 1 | 1 | 0 | 144 | 22 | 75 | 143 | 51 |
| Binary | 11001110 | 11010001 | 1 | 1 | 0 | 1100100 | 10010 | 111101 | 1100011 | 101001 |
Color Harmonies of #CED101
Complementary color
Monochromatic Colors of #CED101
Black with #CED101
Text Example
Text Example
White with #CED101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED101; }
p { color: rgb(206,209,1); }
H1.HeaderClassName
{
color: #CED101;
}
.AnyTagClassName
{
color: #CED101;
}
</style>
background-color css
<style>
a { background-color: #CED101; }
a { background-color: rgb(206,209,1); }
div.DivClassName
{
background-color: #CED101;
}
.BgClassName
{
background-color: #CED101;
}
</style>
border-color css
<style>
span { border-color: #CED101; }
span { border-color: rgb(206,209,1); }
td.TdClassName
{
border-color: #CED101;
}
.TagClassName
{
border-color: #CED101;
}
</style>