Shades of Bird Flower #CEC502
Tints of Bird Flower #CEC502
RGB
CMYK
RGB Variations
Color information
#CEC502 (or 0xCEC502) is known color: Bird Flower. HEX triplet: CE, C5 and 02. RGB value is (206,197,2). Sum of RGB (Red+Green+Blue) = 206+197+2=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC502 is #313AFD. Grayscale: #B2B2B2. Windows color (decimal): -3226366 or 181710. OLE color: 181710.
HSL color Cylindrical-coordinate representation of color #CEC502: hue angle of 57.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEC502 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.19 |
| HSL | 57.35º | 0.98% | 0.41% | - |
| HSV(B) | 57.35º | 0.99% | 0.81% | - |
| XYZ | 45.43 | 53.06 | 7.9 | - |
| YUV | 177.46 | 28.98 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 2 | 0 | 0.04 | 0.99 | 0.19 | 57.35 | 0.98 | 0.41 |
| Hex | CE | C5 | 2 | 0 | 4 | 63 | 13 | 39 | 62 | 29 |
| Octal | 316 | 305 | 2 | 0 | 4 | 143 | 23 | 71 | 142 | 51 |
| Binary | 11001110 | 11000101 | 10 | 0 | 100 | 1100011 | 10011 | 111001 | 1100010 | 101001 |
Color Harmonies of #CEC502
Complementary color
Monochromatic Colors of #CEC502
Black with #CEC502
Text Example
Text Example
White with #CEC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC502; }
p { color: rgb(206,197,2); }
H1.HeaderClassName
{
color: #CEC502;
}
.AnyTagClassName
{
color: #CEC502;
}
</style>
background-color css
<style>
a { background-color: #CEC502; }
a { background-color: rgb(206,197,2); }
div.DivClassName
{
background-color: #CEC502;
}
.BgClassName
{
background-color: #CEC502;
}
</style>
border-color css
<style>
span { border-color: #CEC502; }
span { border-color: rgb(206,197,2); }
td.TdClassName
{
border-color: #CEC502;
}
.TagClassName
{
border-color: #CEC502;
}
</style>