Shades of Bird Flower #CEC01C
Tints of Bird Flower #CEC01C
RGB
CMYK
RGB Variations
Color information
#CEC01C (or 0xCEC01C) is known color: Bird Flower. HEX triplet: CE, C0 and 1C. RGB value is (206,192,28). Sum of RGB (Red+Green+Blue) = 206+192+28=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC01C is #313FE3. Grayscale: #B2B2B2. Windows color (decimal): -3227620 or 1884366. OLE color: 1884366.
HSL color Cylindrical-coordinate representation of color #CEC01C: hue angle of 55.28º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEC01C is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 28 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.19 |
| HSL | 55.28º | 0.76% | 0.46% | - |
| HSV(B) | 55.28º | 0.86% | 0.81% | - |
| XYZ | 44.51 | 50.9 | 8.58 | - |
| YUV | 177.49 | 43.64 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 28 | 0 | 0.07 | 0.86 | 0.19 | 55.28 | 0.76 | 0.46 |
| Hex | CE | C0 | 1C | 0 | 7 | 56 | 13 | 37 | 4C | 2E |
| Octal | 316 | 300 | 34 | 0 | 7 | 126 | 23 | 67 | 114 | 56 |
| Binary | 11001110 | 11000000 | 11100 | 0 | 111 | 1010110 | 10011 | 110111 | 1001100 | 101110 |
Color Harmonies of #CEC01C
Complementary color
Monochromatic Colors of #CEC01C
Black with #CEC01C
Text Example
Text Example
White with #CEC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC01C; }
p { color: rgb(206,192,28); }
H1.HeaderClassName
{
color: #CEC01C;
}
.AnyTagClassName
{
color: #CEC01C;
}
</style>
background-color css
<style>
a { background-color: #CEC01C; }
a { background-color: rgb(206,192,28); }
div.DivClassName
{
background-color: #CEC01C;
}
.BgClassName
{
background-color: #CEC01C;
}
</style>
border-color css
<style>
span { border-color: #CEC01C; }
span { border-color: rgb(206,192,28); }
td.TdClassName
{
border-color: #CEC01C;
}
.TagClassName
{
border-color: #CEC01C;
}
</style>