Shades of Bird Flower #CEBE11
Tints of Bird Flower #CEBE11
RGB
CMYK
RGB Variations
Color information
#CEBE11 (or 0xCEBE11) is known color: Bird Flower. HEX triplet: CE, BE and 11. RGB value is (206,190,17). Sum of RGB (Red+Green+Blue) = 206+190+17=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBE11 is #3141EE. Grayscale: #AFAFAF. Windows color (decimal): -3228143 or 1162958. OLE color: 1162958.
HSL color Cylindrical-coordinate representation of color #CEBE11: hue angle of 54.92º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEBE11 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 17 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.19 |
| HSL | 54.92º | 0.85% | 0.44% | - |
| HSV(B) | 54.92º | 0.92% | 0.81% | - |
| XYZ | 43.97 | 49.99 | 7.86 | - |
| YUV | 175.06 | 38.8 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 17 | 0 | 0.08 | 0.92 | 0.19 | 54.92 | 0.85 | 0.44 |
| Hex | CE | BE | 11 | 0 | 8 | 5C | 13 | 37 | 55 | 2C |
| Octal | 316 | 276 | 21 | 0 | 10 | 134 | 23 | 67 | 125 | 54 |
| Binary | 11001110 | 10111110 | 10001 | 0 | 1000 | 1011100 | 10011 | 110111 | 1010101 | 101100 |
Color Harmonies of #CEBE11
Complementary color
Monochromatic Colors of #CEBE11
Black with #CEBE11
Text Example
Text Example
White with #CEBE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBE11; }
p { color: rgb(206,190,17); }
H1.HeaderClassName
{
color: #CEBE11;
}
.AnyTagClassName
{
color: #CEBE11;
}
</style>
background-color css
<style>
a { background-color: #CEBE11; }
a { background-color: rgb(206,190,17); }
div.DivClassName
{
background-color: #CEBE11;
}
.BgClassName
{
background-color: #CEBE11;
}
</style>
border-color css
<style>
span { border-color: #CEBE11; }
span { border-color: rgb(206,190,17); }
td.TdClassName
{
border-color: #CEBE11;
}
.TagClassName
{
border-color: #CEBE11;
}
</style>