Shades of Bird Flower #CEDC08
Tints of Bird Flower #CEDC08
RGB
CMYK
RGB Variations
Color information
#CEDC08 (or 0xCEDC08) is known color: Bird Flower. HEX triplet: CE, DC and 08. RGB value is (206,220,8). Sum of RGB (Red+Green+Blue) = 206+220+8=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC08 is #3123F7. Grayscale: #C0C0C0. Windows color (decimal): -3220472 or 580814. OLE color: 580814.
HSL color Cylindrical-coordinate representation of color #CEDC08: hue angle of 63.96º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEDC08 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.14 |
| HSL | 63.96º | 0.93% | 0.45% | - |
| HSV(B) | 63.96º | 0.96% | 0.86% | - |
| XYZ | 51.09 | 64.33 | 9.95 | - |
| YUV | 191.65 | 24.36 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 8 | 0.06 | 0 | 0.96 | 0.14 | 63.96 | 0.93 | 0.45 |
| Hex | CE | DC | 8 | 6 | 0 | 60 | E | 40 | 5D | 2D |
| Octal | 316 | 334 | 10 | 6 | 0 | 140 | 16 | 100 | 135 | 55 |
| Binary | 11001110 | 11011100 | 1000 | 110 | 0 | 1100000 | 1110 | 1000000 | 1011101 | 101101 |
Color Harmonies of #CEDC08
Complementary color
Monochromatic Colors of #CEDC08
Black with #CEDC08
Text Example
Text Example
White with #CEDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC08; }
p { color: rgb(206,220,8); }
H1.HeaderClassName
{
color: #CEDC08;
}
.AnyTagClassName
{
color: #CEDC08;
}
</style>
background-color css
<style>
a { background-color: #CEDC08; }
a { background-color: rgb(206,220,8); }
div.DivClassName
{
background-color: #CEDC08;
}
.BgClassName
{
background-color: #CEDC08;
}
</style>
border-color css
<style>
span { border-color: #CEDC08; }
span { border-color: rgb(206,220,8); }
td.TdClassName
{
border-color: #CEDC08;
}
.TagClassName
{
border-color: #CEDC08;
}
</style>