Shades of Bird Flower #CEBC08
Tints of Bird Flower #CEBC08
RGB
CMYK
RGB Variations
Color information
#CEBC08 (or 0xCEBC08) is known color: Bird Flower. HEX triplet: CE, BC and 08. RGB value is (206,188,8). Sum of RGB (Red+Green+Blue) = 206+188+8=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC08 is #3143F7. Grayscale: #ADADAD. Windows color (decimal): -3228664 or 572622. OLE color: 572622.
HSL color Cylindrical-coordinate representation of color #CEBC08: hue angle of 54.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEBC08 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.19 |
| HSL | 54.55º | 0.93% | 0.42% | - |
| HSV(B) | 54.55º | 0.96% | 0.81% | - |
| XYZ | 43.48 | 49.11 | 7.42 | - |
| YUV | 172.86 | 34.96 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 8 | 0 | 0.09 | 0.96 | 0.19 | 54.55 | 0.93 | 0.42 |
| Hex | CE | BC | 8 | 0 | 9 | 60 | 13 | 37 | 5D | 2A |
| Octal | 316 | 274 | 10 | 0 | 11 | 140 | 23 | 67 | 135 | 52 |
| Binary | 11001110 | 10111100 | 1000 | 0 | 1001 | 1100000 | 10011 | 110111 | 1011101 | 101010 |
Color Harmonies of #CEBC08
Complementary color
Monochromatic Colors of #CEBC08
Black with #CEBC08
Text Example
Text Example
White with #CEBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC08; }
p { color: rgb(206,188,8); }
H1.HeaderClassName
{
color: #CEBC08;
}
.AnyTagClassName
{
color: #CEBC08;
}
</style>
background-color css
<style>
a { background-color: #CEBC08; }
a { background-color: rgb(206,188,8); }
div.DivClassName
{
background-color: #CEBC08;
}
.BgClassName
{
background-color: #CEBC08;
}
</style>
border-color css
<style>
span { border-color: #CEBC08; }
span { border-color: rgb(206,188,8); }
td.TdClassName
{
border-color: #CEBC08;
}
.TagClassName
{
border-color: #CEBC08;
}
</style>