Shades of Bird Flower #CEDA0A
Tints of Bird Flower #CEDA0A
RGB
CMYK
RGB Variations
Color information
#CEDA0A (or 0xCEDA0A) is known color: Bird Flower. HEX triplet: CE, DA and 0A. RGB value is (206,218,10). Sum of RGB (Red+Green+Blue) = 206+218+10=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA0A is #3125F5. Grayscale: #BFBFBF. Windows color (decimal): -3220982 or 711374. OLE color: 711374.
HSL color Cylindrical-coordinate representation of color #CEDA0A: hue angle of 63.46º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEDA0A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 10 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.15 |
| HSL | 63.46º | 0.91% | 0.45% | - |
| HSV(B) | 63.46º | 0.95% | 0.85% | - |
| XYZ | 50.58 | 63.29 | 9.84 | - |
| YUV | 190.7 | 26.02 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 10 | 0.06 | 0 | 0.95 | 0.15 | 63.46 | 0.91 | 0.45 |
| Hex | CE | DA | A | 6 | 0 | 5F | F | 3F | 5B | 2D |
| Octal | 316 | 332 | 12 | 6 | 0 | 137 | 17 | 77 | 133 | 55 |
| Binary | 11001110 | 11011010 | 1010 | 110 | 0 | 1011111 | 1111 | 111111 | 1011011 | 101101 |
Color Harmonies of #CEDA0A
Complementary color
Monochromatic Colors of #CEDA0A
Black with #CEDA0A
Text Example
Text Example
White with #CEDA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA0A; }
p { color: rgb(206,218,10); }
H1.HeaderClassName
{
color: #CEDA0A;
}
.AnyTagClassName
{
color: #CEDA0A;
}
</style>
background-color css
<style>
a { background-color: #CEDA0A; }
a { background-color: rgb(206,218,10); }
div.DivClassName
{
background-color: #CEDA0A;
}
.BgClassName
{
background-color: #CEDA0A;
}
</style>
border-color css
<style>
span { border-color: #CEDA0A; }
span { border-color: rgb(206,218,10); }
td.TdClassName
{
border-color: #CEDA0A;
}
.TagClassName
{
border-color: #CEDA0A;
}
</style>