Shades of Bird Flower #CEDB04
Tints of Bird Flower #CEDB04
RGB
CMYK
RGB Variations
Color information
#CEDB04 (or 0xCEDB04) is known color: Bird Flower. HEX triplet: CE, DB and 04. RGB value is (206,219,4). Sum of RGB (Red+Green+Blue) = 206+219+4=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB04 is #3124FB. Grayscale: #BFBFBF. Windows color (decimal): -3220732 or 318414. OLE color: 318414.
HSL color Cylindrical-coordinate representation of color #CEDB04: hue angle of 63.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEDB04 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.14 |
| HSL | 63.63º | 0.96% | 0.44% | - |
| HSV(B) | 63.63º | 0.98% | 0.86% | - |
| XYZ | 50.81 | 63.79 | 9.75 | - |
| YUV | 190.6 | 22.69 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 4 | 0.06 | 0 | 0.98 | 0.14 | 63.63 | 0.96 | 0.44 |
| Hex | CE | DB | 4 | 6 | 0 | 62 | E | 40 | 60 | 2C |
| Octal | 316 | 333 | 4 | 6 | 0 | 142 | 16 | 100 | 140 | 54 |
| Binary | 11001110 | 11011011 | 100 | 110 | 0 | 1100010 | 1110 | 1000000 | 1100000 | 101100 |
Color Harmonies of #CEDB04
Complementary color
Monochromatic Colors of #CEDB04
Black with #CEDB04
Text Example
Text Example
White with #CEDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB04; }
p { color: rgb(206,219,4); }
H1.HeaderClassName
{
color: #CEDB04;
}
.AnyTagClassName
{
color: #CEDB04;
}
</style>
background-color css
<style>
a { background-color: #CEDB04; }
a { background-color: rgb(206,219,4); }
div.DivClassName
{
background-color: #CEDB04;
}
.BgClassName
{
background-color: #CEDB04;
}
</style>
border-color css
<style>
span { border-color: #CEDB04; }
span { border-color: rgb(206,219,4); }
td.TdClassName
{
border-color: #CEDB04;
}
.TagClassName
{
border-color: #CEDB04;
}
</style>