Shades of Bird Flower #CEBB01
Tints of Bird Flower #CEBB01
RGB
CMYK
RGB Variations
Color information
#CEBB01 (or 0xCEBB01) is known color: Bird Flower. HEX triplet: CE, BB and 01. RGB value is (206,187,1). Sum of RGB (Red+Green+Blue) = 206+187+1=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB01 is #3144FE. Grayscale: #ACACAC. Windows color (decimal): -3228927 or 113614. OLE color: 113614.
HSL color Cylindrical-coordinate representation of color #CEBB01: hue angle of 54.44º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEBB01 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.19 |
| HSL | 54.44º | 0.99% | 0.41% | - |
| HSV(B) | 54.44º | 1% | 0.81% | - |
| XYZ | 43.23 | 48.66 | 7.14 | - |
| YUV | 171.48 | 31.79 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 1 | 0 | 0.09 | 1.00 | 0.19 | 54.44 | 0.99 | 0.41 |
| Hex | CE | BB | 1 | 0 | 9 | 64 | 13 | 36 | 63 | 29 |
| Octal | 316 | 273 | 1 | 0 | 11 | 144 | 23 | 66 | 143 | 51 |
| Binary | 11001110 | 10111011 | 1 | 0 | 1001 | 1100100 | 10011 | 110110 | 1100011 | 101001 |
Color Harmonies of #CEBB01
Complementary color
Monochromatic Colors of #CEBB01
Black with #CEBB01
Text Example
Text Example
White with #CEBB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB01; }
p { color: rgb(206,187,1); }
H1.HeaderClassName
{
color: #CEBB01;
}
.AnyTagClassName
{
color: #CEBB01;
}
</style>
background-color css
<style>
a { background-color: #CEBB01; }
a { background-color: rgb(206,187,1); }
div.DivClassName
{
background-color: #CEBB01;
}
.BgClassName
{
background-color: #CEBB01;
}
</style>
border-color css
<style>
span { border-color: #CEBB01; }
span { border-color: rgb(206,187,1); }
td.TdClassName
{
border-color: #CEBB01;
}
.TagClassName
{
border-color: #CEBB01;
}
</style>