Shades of Bird Flower #CEDA07
Tints of Bird Flower #CEDA07
RGB
CMYK
RGB Variations
Color information
#CEDA07 (or 0xCEDA07) is known color: Bird Flower. HEX triplet: CE, DA and 07. RGB value is (206,218,7). Sum of RGB (Red+Green+Blue) = 206+218+7=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA07 is #3125F8. Grayscale: #BFBFBF. Windows color (decimal): -3220985 or 514766. OLE color: 514766.
HSL color Cylindrical-coordinate representation of color #CEDA07: hue angle of 63.41º degrees, saturation: 0.94, 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 #CEDA07 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 7 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.15 |
| HSL | 63.41º | 0.94% | 0.44% | - |
| HSV(B) | 63.41º | 0.97% | 0.85% | - |
| XYZ | 50.56 | 63.28 | 9.75 | - |
| YUV | 190.36 | 24.52 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 7 | 0.06 | 0 | 0.97 | 0.15 | 63.41 | 0.94 | 0.44 |
| Hex | CE | DA | 7 | 6 | 0 | 61 | F | 3F | 5E | 2C |
| Octal | 316 | 332 | 7 | 6 | 0 | 141 | 17 | 77 | 136 | 54 |
| Binary | 11001110 | 11011010 | 111 | 110 | 0 | 1100001 | 1111 | 111111 | 1011110 | 101100 |
Color Harmonies of #CEDA07
Complementary color
Monochromatic Colors of #CEDA07
Black with #CEDA07
Text Example
Text Example
White with #CEDA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA07; }
p { color: rgb(206,218,7); }
H1.HeaderClassName
{
color: #CEDA07;
}
.AnyTagClassName
{
color: #CEDA07;
}
</style>
background-color css
<style>
a { background-color: #CEDA07; }
a { background-color: rgb(206,218,7); }
div.DivClassName
{
background-color: #CEDA07;
}
.BgClassName
{
background-color: #CEDA07;
}
</style>
border-color css
<style>
span { border-color: #CEDA07; }
span { border-color: rgb(206,218,7); }
td.TdClassName
{
border-color: #CEDA07;
}
.TagClassName
{
border-color: #CEDA07;
}
</style>