Shades of Bird Flower #CEC501
Tints of Bird Flower #CEC501
RGB
CMYK
RGB Variations
Color information
#CEC501 (or 0xCEC501) is known color: Bird Flower. HEX triplet: CE, C5 and 01. RGB value is (206,197,1). Sum of RGB (Red+Green+Blue) = 206+197+1=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC501 is #313AFE. Grayscale: #B2B2B2. Windows color (decimal): -3226367 or 116174. OLE color: 116174.
HSL color Cylindrical-coordinate representation of color #CEC501: hue angle of 57.37º 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 #CEC501 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.19 |
| HSL | 57.37º | 0.99% | 0.41% | - |
| HSV(B) | 57.37º | 1% | 0.81% | - |
| XYZ | 45.43 | 53.06 | 7.88 | - |
| YUV | 177.35 | 28.48 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 1 | 0 | 0.04 | 1.00 | 0.19 | 57.37 | 0.99 | 0.41 |
| Hex | CE | C5 | 1 | 0 | 4 | 64 | 13 | 39 | 63 | 29 |
| Octal | 316 | 305 | 1 | 0 | 4 | 144 | 23 | 71 | 143 | 51 |
| Binary | 11001110 | 11000101 | 1 | 0 | 100 | 1100100 | 10011 | 111001 | 1100011 | 101001 |
Color Harmonies of #CEC501
Complementary color
Monochromatic Colors of #CEC501
Black with #CEC501
Text Example
Text Example
White with #CEC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC501; }
p { color: rgb(206,197,1); }
H1.HeaderClassName
{
color: #CEC501;
}
.AnyTagClassName
{
color: #CEC501;
}
</style>
background-color css
<style>
a { background-color: #CEC501; }
a { background-color: rgb(206,197,1); }
div.DivClassName
{
background-color: #CEC501;
}
.BgClassName
{
background-color: #CEC501;
}
</style>
border-color css
<style>
span { border-color: #CEC501; }
span { border-color: rgb(206,197,1); }
td.TdClassName
{
border-color: #CEC501;
}
.TagClassName
{
border-color: #CEC501;
}
</style>