Shades of Bird Flower #CEC504
Tints of Bird Flower #CEC504
RGB
CMYK
RGB Variations
Color information
#CEC504 (or 0xCEC504) is known color: Bird Flower. HEX triplet: CE, C5 and 04. RGB value is (206,197,4). Sum of RGB (Red+Green+Blue) = 206+197+4=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC504 is #313AFB. Grayscale: #B2B2B2. Windows color (decimal): -3226364 or 312782. OLE color: 312782.
HSL color Cylindrical-coordinate representation of color #CEC504: hue angle of 57.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEC504 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.19 |
| HSL | 57.33º | 0.96% | 0.41% | - |
| HSV(B) | 57.33º | 0.98% | 0.81% | - |
| XYZ | 45.44 | 53.06 | 7.96 | - |
| YUV | 177.69 | 29.98 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 4 | 0 | 0.04 | 0.98 | 0.19 | 57.33 | 0.96 | 0.41 |
| Hex | CE | C5 | 4 | 0 | 4 | 62 | 13 | 39 | 60 | 29 |
| Octal | 316 | 305 | 4 | 0 | 4 | 142 | 23 | 71 | 140 | 51 |
| Binary | 11001110 | 11000101 | 100 | 0 | 100 | 1100010 | 10011 | 111001 | 1100000 | 101001 |
Color Harmonies of #CEC504
Complementary color
Monochromatic Colors of #CEC504
Black with #CEC504
Text Example
Text Example
White with #CEC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC504; }
p { color: rgb(206,197,4); }
H1.HeaderClassName
{
color: #CEC504;
}
.AnyTagClassName
{
color: #CEC504;
}
</style>
background-color css
<style>
a { background-color: #CEC504; }
a { background-color: rgb(206,197,4); }
div.DivClassName
{
background-color: #CEC504;
}
.BgClassName
{
background-color: #CEC504;
}
</style>
border-color css
<style>
span { border-color: #CEC504; }
span { border-color: rgb(206,197,4); }
td.TdClassName
{
border-color: #CEC504;
}
.TagClassName
{
border-color: #CEC504;
}
</style>