Shades of Bird Flower #CEC301
Tints of Bird Flower #CEC301
RGB
CMYK
RGB Variations
Color information
#CEC301 (or 0xCEC301) is known color: Bird Flower. HEX triplet: CE, C3 and 01. RGB value is (206,195,1). Sum of RGB (Red+Green+Blue) = 206+195+1=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC301 is #313CFE. Grayscale: #B0B0B0. Windows color (decimal): -3226879 or 115662. OLE color: 115662.
HSL color Cylindrical-coordinate representation of color #CEC301: hue angle of 56.78º 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 #CEC301 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.19 |
| HSL | 56.78º | 0.99% | 0.41% | - |
| HSV(B) | 56.78º | 1% | 0.81% | - |
| XYZ | 44.97 | 52.15 | 7.73 | - |
| YUV | 176.17 | 29.14 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 1 | 0 | 0.05 | 1.00 | 0.19 | 56.78 | 0.99 | 0.41 |
| Hex | CE | C3 | 1 | 0 | 5 | 64 | 13 | 39 | 63 | 29 |
| Octal | 316 | 303 | 1 | 0 | 5 | 144 | 23 | 71 | 143 | 51 |
| Binary | 11001110 | 11000011 | 1 | 0 | 101 | 1100100 | 10011 | 111001 | 1100011 | 101001 |
Color Harmonies of #CEC301
Complementary color
Monochromatic Colors of #CEC301
Black with #CEC301
Text Example
Text Example
White with #CEC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC301; }
p { color: rgb(206,195,1); }
H1.HeaderClassName
{
color: #CEC301;
}
.AnyTagClassName
{
color: #CEC301;
}
</style>
background-color css
<style>
a { background-color: #CEC301; }
a { background-color: rgb(206,195,1); }
div.DivClassName
{
background-color: #CEC301;
}
.BgClassName
{
background-color: #CEC301;
}
</style>
border-color css
<style>
span { border-color: #CEC301; }
span { border-color: rgb(206,195,1); }
td.TdClassName
{
border-color: #CEC301;
}
.TagClassName
{
border-color: #CEC301;
}
</style>