Shades of Bird Flower #CEC902
Tints of Bird Flower #CEC902
RGB
CMYK
RGB Variations
Color information
#CEC902 (or 0xCEC902) is known color: Bird Flower. HEX triplet: CE, C9 and 02. RGB value is (206,201,2). Sum of RGB (Red+Green+Blue) = 206+201+2=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC902 is #3136FD. Grayscale: #B4B4B4. Windows color (decimal): -3225342 or 182734. OLE color: 182734.
HSL color Cylindrical-coordinate representation of color #CEC902: hue angle of 58.53º 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 #CEC902 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.19 |
| HSL | 58.53º | 0.98% | 0.41% | - |
| HSV(B) | 58.53º | 0.99% | 0.81% | - |
| XYZ | 46.35 | 54.9 | 8.21 | - |
| YUV | 179.81 | 27.66 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 2 | 0 | 0.02 | 0.99 | 0.19 | 58.53 | 0.98 | 0.41 |
| Hex | CE | C9 | 2 | 0 | 2 | 63 | 13 | 3B | 62 | 29 |
| Octal | 316 | 311 | 2 | 0 | 2 | 143 | 23 | 73 | 142 | 51 |
| Binary | 11001110 | 11001001 | 10 | 0 | 10 | 1100011 | 10011 | 111011 | 1100010 | 101001 |
Color Harmonies of #CEC902
Complementary color
Monochromatic Colors of #CEC902
Black with #CEC902
Text Example
Text Example
White with #CEC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC902; }
p { color: rgb(206,201,2); }
H1.HeaderClassName
{
color: #CEC902;
}
.AnyTagClassName
{
color: #CEC902;
}
</style>
background-color css
<style>
a { background-color: #CEC902; }
a { background-color: rgb(206,201,2); }
div.DivClassName
{
background-color: #CEC902;
}
.BgClassName
{
background-color: #CEC902;
}
</style>
border-color css
<style>
span { border-color: #CEC902; }
span { border-color: rgb(206,201,2); }
td.TdClassName
{
border-color: #CEC902;
}
.TagClassName
{
border-color: #CEC902;
}
</style>