Shades of Bird Flower #CEC901
Tints of Bird Flower #CEC901
RGB
CMYK
RGB Variations
Color information
#CEC901 (or 0xCEC901) is known color: Bird Flower. HEX triplet: CE, C9 and 01. RGB value is (206,201,1). Sum of RGB (Red+Green+Blue) = 206+201+1=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC901 is #3136FE. Grayscale: #B4B4B4. Windows color (decimal): -3225343 or 117198. OLE color: 117198.
HSL color Cylindrical-coordinate representation of color #CEC901: hue angle of 58.54º 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 #CEC901 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.19 |
| HSL | 58.54º | 0.99% | 0.41% | - |
| HSV(B) | 58.54º | 1% | 0.81% | - |
| XYZ | 46.35 | 54.9 | 8.18 | - |
| YUV | 179.7 | 27.16 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 1 | 0 | 0.02 | 1.00 | 0.19 | 58.54 | 0.99 | 0.41 |
| Hex | CE | C9 | 1 | 0 | 2 | 64 | 13 | 3B | 63 | 29 |
| Octal | 316 | 311 | 1 | 0 | 2 | 144 | 23 | 73 | 143 | 51 |
| Binary | 11001110 | 11001001 | 1 | 0 | 10 | 1100100 | 10011 | 111011 | 1100011 | 101001 |
Color Harmonies of #CEC901
Complementary color
Monochromatic Colors of #CEC901
Black with #CEC901
Text Example
Text Example
White with #CEC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC901; }
p { color: rgb(206,201,1); }
H1.HeaderClassName
{
color: #CEC901;
}
.AnyTagClassName
{
color: #CEC901;
}
</style>
background-color css
<style>
a { background-color: #CEC901; }
a { background-color: rgb(206,201,1); }
div.DivClassName
{
background-color: #CEC901;
}
.BgClassName
{
background-color: #CEC901;
}
</style>
border-color css
<style>
span { border-color: #CEC901; }
span { border-color: rgb(206,201,1); }
td.TdClassName
{
border-color: #CEC901;
}
.TagClassName
{
border-color: #CEC901;
}
</style>