Shades of Bird Flower #CEDA06
Tints of Bird Flower #CEDA06
RGB
CMYK
RGB Variations
Color information
#CEDA06 (or 0xCEDA06) is known color: Bird Flower. HEX triplet: CE, DA and 06. RGB value is (206,218,6). Sum of RGB (Red+Green+Blue) = 206+218+6=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA06 is #3125F9. Grayscale: #BFBFBF. Windows color (decimal): -3220986 or 449230. OLE color: 449230.
HSL color Cylindrical-coordinate representation of color #CEDA06: hue angle of 63.4º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEDA06 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 6 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.15 |
| HSL | 63.4º | 0.95% | 0.44% | - |
| HSV(B) | 63.4º | 0.97% | 0.85% | - |
| XYZ | 50.56 | 63.28 | 9.72 | - |
| YUV | 190.24 | 24.02 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 6 | 0.06 | 0 | 0.97 | 0.15 | 63.4 | 0.95 | 0.44 |
| Hex | CE | DA | 6 | 6 | 0 | 61 | F | 3F | 5F | 2C |
| Octal | 316 | 332 | 6 | 6 | 0 | 141 | 17 | 77 | 137 | 54 |
| Binary | 11001110 | 11011010 | 110 | 110 | 0 | 1100001 | 1111 | 111111 | 1011111 | 101100 |
Color Harmonies of #CEDA06
Complementary color
Monochromatic Colors of #CEDA06
Black with #CEDA06
Text Example
Text Example
White with #CEDA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA06; }
p { color: rgb(206,218,6); }
H1.HeaderClassName
{
color: #CEDA06;
}
.AnyTagClassName
{
color: #CEDA06;
}
</style>
background-color css
<style>
a { background-color: #CEDA06; }
a { background-color: rgb(206,218,6); }
div.DivClassName
{
background-color: #CEDA06;
}
.BgClassName
{
background-color: #CEDA06;
}
</style>
border-color css
<style>
span { border-color: #CEDA06; }
span { border-color: rgb(206,218,6); }
td.TdClassName
{
border-color: #CEDA06;
}
.TagClassName
{
border-color: #CEDA06;
}
</style>