Shades of Bird Flower #CEBC00
Tints of Bird Flower #CEBC00
RGB
CMYK
RGB Variations
Color information
#CEBC00 (or 0xCEBC00) is known color: Bird Flower. HEX triplet: CE, BC and 00. RGB value is (206,188,0). Sum of RGB (Red+Green+Blue) = 206+188+0=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC00 is #3143FF. Grayscale: #ACACAC. Windows color (decimal): -3228672 or 48334. OLE color: 48334.
HSL color Cylindrical-coordinate representation of color #CEBC00: hue angle of 54.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEBC00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.19 |
| HSL | 54.76º | 1% | 0.4% | - |
| HSV(B) | 54.76º | 1% | 0.81% | - |
| XYZ | 43.44 | 49.09 | 7.19 | - |
| YUV | 171.95 | 30.96 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 0 | 0 | 0.09 | 1 | 0.19 | 54.76 | 1 | 0.4 |
| Hex | CE | BC | 0 | 0 | 9 | 64 | 13 | 37 | 64 | 28 |
| Octal | 316 | 274 | 0 | 0 | 11 | 144 | 23 | 67 | 144 | 50 |
| Binary | 11001110 | 10111100 | 0 | 0 | 1001 | 1100100 | 10011 | 110111 | 1100100 | 101000 |
Color Harmonies of #CEBC00
Complementary color
Monochromatic Colors of #CEBC00
Black with #CEBC00
Text Example
Text Example
White with #CEBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC00; }
p { color: rgb(206,188,0); }
H1.HeaderClassName
{
color: #CEBC00;
}
.AnyTagClassName
{
color: #CEBC00;
}
</style>
background-color css
<style>
a { background-color: #CEBC00; }
a { background-color: rgb(206,188,0); }
div.DivClassName
{
background-color: #CEBC00;
}
.BgClassName
{
background-color: #CEBC00;
}
</style>
border-color css
<style>
span { border-color: #CEBC00; }
span { border-color: rgb(206,188,0); }
td.TdClassName
{
border-color: #CEBC00;
}
.TagClassName
{
border-color: #CEBC00;
}
</style>