Shades of Bird Flower #CEDB0B
Tints of Bird Flower #CEDB0B
RGB
CMYK
RGB Variations
Color information
#CEDB0B (or 0xCEDB0B) is known color: Bird Flower. HEX triplet: CE, DB and 0B. RGB value is (206,219,11). Sum of RGB (Red+Green+Blue) = 206+219+11=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB0B is #3124F4. Grayscale: #C0C0C0. Windows color (decimal): -3220725 or 777166. OLE color: 777166.
HSL color Cylindrical-coordinate representation of color #CEDB0B: hue angle of 63.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEDB0B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.14 |
| HSL | 63.75º | 0.9% | 0.45% | - |
| HSV(B) | 63.75º | 0.95% | 0.86% | - |
| XYZ | 50.85 | 63.81 | 9.95 | - |
| YUV | 191.4 | 26.19 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 11 | 0.06 | 0 | 0.95 | 0.14 | 63.75 | 0.9 | 0.45 |
| Hex | CE | DB | B | 6 | 0 | 5F | E | 40 | 5A | 2D |
| Octal | 316 | 333 | 13 | 6 | 0 | 137 | 16 | 100 | 132 | 55 |
| Binary | 11001110 | 11011011 | 1011 | 110 | 0 | 1011111 | 1110 | 1000000 | 1011010 | 101101 |
Color Harmonies of #CEDB0B
Complementary color
Monochromatic Colors of #CEDB0B
Black with #CEDB0B
Text Example
Text Example
White with #CEDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB0B; }
p { color: rgb(206,219,11); }
H1.HeaderClassName
{
color: #CEDB0B;
}
.AnyTagClassName
{
color: #CEDB0B;
}
</style>
background-color css
<style>
a { background-color: #CEDB0B; }
a { background-color: rgb(206,219,11); }
div.DivClassName
{
background-color: #CEDB0B;
}
.BgClassName
{
background-color: #CEDB0B;
}
</style>
border-color css
<style>
span { border-color: #CEDB0B; }
span { border-color: rgb(206,219,11); }
td.TdClassName
{
border-color: #CEDB0B;
}
.TagClassName
{
border-color: #CEDB0B;
}
</style>