Shades of Bird Flower #CEDE08
Tints of Bird Flower #CEDE08
RGB
CMYK
RGB Variations
Color information
#CEDE08 (or 0xCEDE08) is known color: Bird Flower. HEX triplet: CE, DE and 08. RGB value is (206,222,8). Sum of RGB (Red+Green+Blue) = 206+222+8=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 8 (3.52% from 255 or 1.83% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDE08 is #3121F7. Grayscale: #C1C1C1. Windows color (decimal): -3219960 or 581326. OLE color: 581326.
HSL color Cylindrical-coordinate representation of color #CEDE08: hue angle of 64.49º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEDE08 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.13 |
| HSL | 64.49º | 0.93% | 0.45% | - |
| HSV(B) | 64.49º | 0.96% | 0.87% | - |
| XYZ | 51.62 | 65.38 | 10.13 | - |
| YUV | 192.82 | 23.7 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 8 | 0.07 | 0 | 0.96 | 0.13 | 64.49 | 0.93 | 0.45 |
| Hex | CE | DE | 8 | 7 | 0 | 60 | D | 40 | 5D | 2D |
| Octal | 316 | 336 | 10 | 7 | 0 | 140 | 15 | 100 | 135 | 55 |
| Binary | 11001110 | 11011110 | 1000 | 111 | 0 | 1100000 | 1101 | 1000000 | 1011101 | 101101 |
Color Harmonies of #CEDE08
Complementary color
Monochromatic Colors of #CEDE08
Black with #CEDE08
Text Example
Text Example
White with #CEDE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE08; }
p { color: rgb(206,222,8); }
H1.HeaderClassName
{
color: #CEDE08;
}
.AnyTagClassName
{
color: #CEDE08;
}
</style>
background-color css
<style>
a { background-color: #CEDE08; }
a { background-color: rgb(206,222,8); }
div.DivClassName
{
background-color: #CEDE08;
}
.BgClassName
{
background-color: #CEDE08;
}
</style>
border-color css
<style>
span { border-color: #CEDE08; }
span { border-color: rgb(206,222,8); }
td.TdClassName
{
border-color: #CEDE08;
}
.TagClassName
{
border-color: #CEDE08;
}
</style>