Shades of Bird Flower #CEC90B
Tints of Bird Flower #CEC90B
RGB
CMYK
RGB Variations
Color information
#CEC90B (or 0xCEC90B) is known color: Bird Flower. HEX triplet: CE, C9 and 0B. RGB value is (206,201,11). Sum of RGB (Red+Green+Blue) = 206+201+11=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 11 (4.69% from 255 or 2.63% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC90B is #3136F4. Grayscale: #B5B5B5. Windows color (decimal): -3225333 or 772558. OLE color: 772558.
HSL color Cylindrical-coordinate representation of color #CEC90B: hue angle of 58.46º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEC90B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 11 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.19 |
| HSL | 58.46º | 0.9% | 0.43% | - |
| HSV(B) | 58.46º | 0.95% | 0.81% | - |
| XYZ | 46.4 | 54.92 | 8.47 | - |
| YUV | 180.84 | 32.16 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 11 | 0 | 0.02 | 0.95 | 0.19 | 58.46 | 0.9 | 0.43 |
| Hex | CE | C9 | B | 0 | 2 | 5F | 13 | 3A | 5A | 2B |
| Octal | 316 | 311 | 13 | 0 | 2 | 137 | 23 | 72 | 132 | 53 |
| Binary | 11001110 | 11001001 | 1011 | 0 | 10 | 1011111 | 10011 | 111010 | 1011010 | 101011 |
Color Harmonies of #CEC90B
Complementary color
Monochromatic Colors of #CEC90B
Black with #CEC90B
Text Example
Text Example
White with #CEC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC90B; }
p { color: rgb(206,201,11); }
H1.HeaderClassName
{
color: #CEC90B;
}
.AnyTagClassName
{
color: #CEC90B;
}
</style>
background-color css
<style>
a { background-color: #CEC90B; }
a { background-color: rgb(206,201,11); }
div.DivClassName
{
background-color: #CEC90B;
}
.BgClassName
{
background-color: #CEC90B;
}
</style>
border-color css
<style>
span { border-color: #CEC90B; }
span { border-color: rgb(206,201,11); }
td.TdClassName
{
border-color: #CEC90B;
}
.TagClassName
{
border-color: #CEC90B;
}
</style>