Shades of Bird Flower #CEC50B
Tints of Bird Flower #CEC50B
RGB
CMYK
RGB Variations
Color information
#CEC50B (or 0xCEC50B) is known color: Bird Flower. HEX triplet: CE, C5 and 0B. RGB value is (206,197,11). Sum of RGB (Red+Green+Blue) = 206+197+11=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC50B is #313AF4. Grayscale: #B3B3B3. Windows color (decimal): -3226357 or 771534. OLE color: 771534.
HSL color Cylindrical-coordinate representation of color #CEC50B: hue angle of 57.23º 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 #CEC50B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.19 |
| HSL | 57.23º | 0.9% | 0.43% | - |
| HSV(B) | 57.23º | 0.95% | 0.81% | - |
| XYZ | 45.48 | 53.08 | 8.16 | - |
| YUV | 178.49 | 33.48 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 11 | 0 | 0.04 | 0.95 | 0.19 | 57.23 | 0.9 | 0.43 |
| Hex | CE | C5 | B | 0 | 4 | 5F | 13 | 39 | 5A | 2B |
| Octal | 316 | 305 | 13 | 0 | 4 | 137 | 23 | 71 | 132 | 53 |
| Binary | 11001110 | 11000101 | 1011 | 0 | 100 | 1011111 | 10011 | 111001 | 1011010 | 101011 |
Color Harmonies of #CEC50B
Complementary color
Monochromatic Colors of #CEC50B
Black with #CEC50B
Text Example
Text Example
White with #CEC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC50B; }
p { color: rgb(206,197,11); }
H1.HeaderClassName
{
color: #CEC50B;
}
.AnyTagClassName
{
color: #CEC50B;
}
</style>
background-color css
<style>
a { background-color: #CEC50B; }
a { background-color: rgb(206,197,11); }
div.DivClassName
{
background-color: #CEC50B;
}
.BgClassName
{
background-color: #CEC50B;
}
</style>
border-color css
<style>
span { border-color: #CEC50B; }
span { border-color: rgb(206,197,11); }
td.TdClassName
{
border-color: #CEC50B;
}
.TagClassName
{
border-color: #CEC50B;
}
</style>