Shades of Bird Flower #CEDA0C
Tints of Bird Flower #CEDA0C
RGB
CMYK
RGB Variations
Color information
#CEDA0C (or 0xCEDA0C) is known color: Bird Flower. HEX triplet: CE, DA and 0C. RGB value is (206,218,12). Sum of RGB (Red+Green+Blue) = 206+218+12=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA0C is #3125F3. Grayscale: #BFBFBF. Windows color (decimal): -3220980 or 842446. OLE color: 842446.
HSL color Cylindrical-coordinate representation of color #CEDA0C: hue angle of 63.5º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEDA0C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 12 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.15 |
| HSL | 63.5º | 0.9% | 0.45% | - |
| HSV(B) | 63.5º | 0.94% | 0.85% | - |
| XYZ | 50.59 | 63.29 | 9.9 | - |
| YUV | 190.93 | 27.02 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 12 | 0.06 | 0 | 0.94 | 0.15 | 63.5 | 0.9 | 0.45 |
| Hex | CE | DA | C | 6 | 0 | 5E | F | 3F | 5A | 2D |
| Octal | 316 | 332 | 14 | 6 | 0 | 136 | 17 | 77 | 132 | 55 |
| Binary | 11001110 | 11011010 | 1100 | 110 | 0 | 1011110 | 1111 | 111111 | 1011010 | 101101 |
Color Harmonies of #CEDA0C
Complementary color
Monochromatic Colors of #CEDA0C
Black with #CEDA0C
Text Example
Text Example
White with #CEDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA0C; }
p { color: rgb(206,218,12); }
H1.HeaderClassName
{
color: #CEDA0C;
}
.AnyTagClassName
{
color: #CEDA0C;
}
</style>
background-color css
<style>
a { background-color: #CEDA0C; }
a { background-color: rgb(206,218,12); }
div.DivClassName
{
background-color: #CEDA0C;
}
.BgClassName
{
background-color: #CEDA0C;
}
</style>
border-color css
<style>
span { border-color: #CEDA0C; }
span { border-color: rgb(206,218,12); }
td.TdClassName
{
border-color: #CEDA0C;
}
.TagClassName
{
border-color: #CEDA0C;
}
</style>