Shades of Bird Flower #CEC801
Tints of Bird Flower #CEC801
RGB
CMYK
RGB Variations
Color information
#CEC801 (or 0xCEC801) is known color: Bird Flower. HEX triplet: CE, C8 and 01. RGB value is (206,200,1). Sum of RGB (Red+Green+Blue) = 206+200+1=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC801 is #3137FE. Grayscale: #B3B3B3. Windows color (decimal): -3225599 or 116942. OLE color: 116942.
HSL color Cylindrical-coordinate representation of color #CEC801: hue angle of 58.24º 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 #CEC801 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.19 |
| HSL | 58.24º | 0.99% | 0.41% | - |
| HSV(B) | 58.24º | 1% | 0.81% | - |
| XYZ | 46.11 | 54.43 | 8.1 | - |
| YUV | 179.11 | 27.49 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 1 | 0 | 0.03 | 1.00 | 0.19 | 58.24 | 0.99 | 0.41 |
| Hex | CE | C8 | 1 | 0 | 3 | 64 | 13 | 3A | 63 | 29 |
| Octal | 316 | 310 | 1 | 0 | 3 | 144 | 23 | 72 | 143 | 51 |
| Binary | 11001110 | 11001000 | 1 | 0 | 11 | 1100100 | 10011 | 111010 | 1100011 | 101001 |
Color Harmonies of #CEC801
Complementary color
Monochromatic Colors of #CEC801
Black with #CEC801
Text Example
Text Example
White with #CEC801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC801; }
p { color: rgb(206,200,1); }
H1.HeaderClassName
{
color: #CEC801;
}
.AnyTagClassName
{
color: #CEC801;
}
</style>
background-color css
<style>
a { background-color: #CEC801; }
a { background-color: rgb(206,200,1); }
div.DivClassName
{
background-color: #CEC801;
}
.BgClassName
{
background-color: #CEC801;
}
</style>
border-color css
<style>
span { border-color: #CEC801; }
span { border-color: rgb(206,200,1); }
td.TdClassName
{
border-color: #CEC801;
}
.TagClassName
{
border-color: #CEC801;
}
</style>