Shades of Bird Flower #CEC11A
Tints of Bird Flower #CEC11A
RGB
CMYK
RGB Variations
Color information
#CEC11A (or 0xCEC11A) is known color: Bird Flower. HEX triplet: CE, C1 and 1A. RGB value is (206,193,26). Sum of RGB (Red+Green+Blue) = 206+193+26=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC11A is #313EE5. Grayscale: #B2B2B2. Windows color (decimal): -3227366 or 1753550. OLE color: 1753550.
HSL color Cylindrical-coordinate representation of color #CEC11A: hue angle of 55.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEC11A is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 26 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.19 |
| HSL | 55.67º | 0.78% | 0.45% | - |
| HSV(B) | 55.67º | 0.87% | 0.81% | - |
| XYZ | 44.71 | 51.34 | 8.53 | - |
| YUV | 177.85 | 42.31 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 26 | 0 | 0.06 | 0.87 | 0.19 | 55.67 | 0.78 | 0.45 |
| Hex | CE | C1 | 1A | 0 | 6 | 57 | 13 | 38 | 4E | 2D |
| Octal | 316 | 301 | 32 | 0 | 6 | 127 | 23 | 70 | 116 | 55 |
| Binary | 11001110 | 11000001 | 11010 | 0 | 110 | 1010111 | 10011 | 111000 | 1001110 | 101101 |
Color Harmonies of #CEC11A
Complementary color
Monochromatic Colors of #CEC11A
Black with #CEC11A
Text Example
Text Example
White with #CEC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC11A; }
p { color: rgb(206,193,26); }
H1.HeaderClassName
{
color: #CEC11A;
}
.AnyTagClassName
{
color: #CEC11A;
}
</style>
background-color css
<style>
a { background-color: #CEC11A; }
a { background-color: rgb(206,193,26); }
div.DivClassName
{
background-color: #CEC11A;
}
.BgClassName
{
background-color: #CEC11A;
}
</style>
border-color css
<style>
span { border-color: #CEC11A; }
span { border-color: rgb(206,193,26); }
td.TdClassName
{
border-color: #CEC11A;
}
.TagClassName
{
border-color: #CEC11A;
}
</style>