Shades of Bird Flower #CEBA08
Tints of Bird Flower #CEBA08
RGB
CMYK
RGB Variations
Color information
#CEBA08 (or 0xCEBA08) is known color: Bird Flower. HEX triplet: CE, BA and 08. RGB value is (206,186,8). Sum of RGB (Red+Green+Blue) = 206+186+8=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA08 is #3145F7. Grayscale: #ACACAC. Windows color (decimal): -3229176 or 572110. OLE color: 572110.
HSL color Cylindrical-coordinate representation of color #CEBA08: hue angle of 53.94º 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 #CEBA08 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.19 |
| HSL | 53.94º | 0.93% | 0.42% | - |
| HSV(B) | 53.94º | 0.96% | 0.81% | - |
| XYZ | 43.06 | 48.26 | 7.27 | - |
| YUV | 171.69 | 35.63 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 8 | 0 | 0.10 | 0.96 | 0.19 | 53.94 | 0.93 | 0.42 |
| Hex | CE | BA | 8 | 0 | A | 60 | 13 | 36 | 5D | 2A |
| Octal | 316 | 272 | 10 | 0 | 12 | 140 | 23 | 66 | 135 | 52 |
| Binary | 11001110 | 10111010 | 1000 | 0 | 1010 | 1100000 | 10011 | 110110 | 1011101 | 101010 |
Color Harmonies of #CEBA08
Complementary color
Monochromatic Colors of #CEBA08
Black with #CEBA08
Text Example
Text Example
White with #CEBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA08; }
p { color: rgb(206,186,8); }
H1.HeaderClassName
{
color: #CEBA08;
}
.AnyTagClassName
{
color: #CEBA08;
}
</style>
background-color css
<style>
a { background-color: #CEBA08; }
a { background-color: rgb(206,186,8); }
div.DivClassName
{
background-color: #CEBA08;
}
.BgClassName
{
background-color: #CEBA08;
}
</style>
border-color css
<style>
span { border-color: #CEBA08; }
span { border-color: rgb(206,186,8); }
td.TdClassName
{
border-color: #CEBA08;
}
.TagClassName
{
border-color: #CEBA08;
}
</style>