Shades of Bird Flower #CEC802
Tints of Bird Flower #CEC802
RGB
CMYK
RGB Variations
Color information
#CEC802 (or 0xCEC802) is known color: Bird Flower. HEX triplet: CE, C8 and 02. RGB value is (206,200,2). Sum of RGB (Red+Green+Blue) = 206+200+2=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC802 is #3137FD. Grayscale: #B4B4B4. Windows color (decimal): -3225598 or 182478. OLE color: 182478.
HSL color Cylindrical-coordinate representation of color #CEC802: hue angle of 58.24º 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 #CEC802 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.19 |
| HSL | 58.24º | 0.98% | 0.41% | - |
| HSV(B) | 58.24º | 0.99% | 0.81% | - |
| XYZ | 46.12 | 54.43 | 8.13 | - |
| YUV | 179.22 | 27.99 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 2 | 0 | 0.03 | 0.99 | 0.19 | 58.24 | 0.98 | 0.41 |
| Hex | CE | C8 | 2 | 0 | 3 | 63 | 13 | 3A | 62 | 29 |
| Octal | 316 | 310 | 2 | 0 | 3 | 143 | 23 | 72 | 142 | 51 |
| Binary | 11001110 | 11001000 | 10 | 0 | 11 | 1100011 | 10011 | 111010 | 1100010 | 101001 |
Color Harmonies of #CEC802
Complementary color
Monochromatic Colors of #CEC802
Black with #CEC802
Text Example
Text Example
White with #CEC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC802; }
p { color: rgb(206,200,2); }
H1.HeaderClassName
{
color: #CEC802;
}
.AnyTagClassName
{
color: #CEC802;
}
</style>
background-color css
<style>
a { background-color: #CEC802; }
a { background-color: rgb(206,200,2); }
div.DivClassName
{
background-color: #CEC802;
}
.BgClassName
{
background-color: #CEC802;
}
</style>
border-color css
<style>
span { border-color: #CEC802; }
span { border-color: rgb(206,200,2); }
td.TdClassName
{
border-color: #CEC802;
}
.TagClassName
{
border-color: #CEC802;
}
</style>