Shades of Bird Flower #CEC101
Tints of Bird Flower #CEC101
RGB
CMYK
RGB Variations
Color information
#CEC101 (or 0xCEC101) is known color: Bird Flower. HEX triplet: CE, C1 and 01. RGB value is (206,193,1). Sum of RGB (Red+Green+Blue) = 206+193+1=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC101 is #313EFE. Grayscale: #AFAFAF. Windows color (decimal): -3227391 or 115150. OLE color: 115150.
HSL color Cylindrical-coordinate representation of color #CEC101: hue angle of 56.2º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEC101 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.19 |
| HSL | 56.2º | 0.99% | 0.41% | - |
| HSV(B) | 56.2º | 1% | 0.81% | - |
| XYZ | 44.53 | 51.26 | 7.58 | - |
| YUV | 175 | 29.81 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 1 | 0 | 0.06 | 1.00 | 0.19 | 56.2 | 0.99 | 0.41 |
| Hex | CE | C1 | 1 | 0 | 6 | 64 | 13 | 38 | 63 | 29 |
| Octal | 316 | 301 | 1 | 0 | 6 | 144 | 23 | 70 | 143 | 51 |
| Binary | 11001110 | 11000001 | 1 | 0 | 110 | 1100100 | 10011 | 111000 | 1100011 | 101001 |
Color Harmonies of #CEC101
Complementary color
Monochromatic Colors of #CEC101
Black with #CEC101
Text Example
Text Example
White with #CEC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC101; }
p { color: rgb(206,193,1); }
H1.HeaderClassName
{
color: #CEC101;
}
.AnyTagClassName
{
color: #CEC101;
}
</style>
background-color css
<style>
a { background-color: #CEC101; }
a { background-color: rgb(206,193,1); }
div.DivClassName
{
background-color: #CEC101;
}
.BgClassName
{
background-color: #CEC101;
}
</style>
border-color css
<style>
span { border-color: #CEC101; }
span { border-color: rgb(206,193,1); }
td.TdClassName
{
border-color: #CEC101;
}
.TagClassName
{
border-color: #CEC101;
}
</style>