Shades of Bird Flower #CEC805
Tints of Bird Flower #CEC805
RGB
CMYK
RGB Variations
Color information
#CEC805 (or 0xCEC805) is known color: Bird Flower. HEX triplet: CE, C8 and 05. RGB value is (206,200,5). Sum of RGB (Red+Green+Blue) = 206+200+5=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC805 is #3137FA. Grayscale: #B4B4B4. Windows color (decimal): -3225595 or 379086. OLE color: 379086.
HSL color Cylindrical-coordinate representation of color #CEC805: hue angle of 58.21º degrees, saturation: 0.95, 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 #CEC805 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.19 |
| HSL | 58.21º | 0.95% | 0.41% | - |
| HSV(B) | 58.21º | 0.98% | 0.81% | - |
| XYZ | 46.14 | 54.44 | 8.22 | - |
| YUV | 179.56 | 29.49 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 5 | 0 | 0.03 | 0.98 | 0.19 | 58.21 | 0.95 | 0.41 |
| Hex | CE | C8 | 5 | 0 | 3 | 62 | 13 | 3A | 5F | 29 |
| Octal | 316 | 310 | 5 | 0 | 3 | 142 | 23 | 72 | 137 | 51 |
| Binary | 11001110 | 11001000 | 101 | 0 | 11 | 1100010 | 10011 | 111010 | 1011111 | 101001 |
Color Harmonies of #CEC805
Complementary color
Monochromatic Colors of #CEC805
Black with #CEC805
Text Example
Text Example
White with #CEC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC805; }
p { color: rgb(206,200,5); }
H1.HeaderClassName
{
color: #CEC805;
}
.AnyTagClassName
{
color: #CEC805;
}
</style>
background-color css
<style>
a { background-color: #CEC805; }
a { background-color: rgb(206,200,5); }
div.DivClassName
{
background-color: #CEC805;
}
.BgClassName
{
background-color: #CEC805;
}
</style>
border-color css
<style>
span { border-color: #CEC805; }
span { border-color: rgb(206,200,5); }
td.TdClassName
{
border-color: #CEC805;
}
.TagClassName
{
border-color: #CEC805;
}
</style>