Shades of Bird Flower #CEAD04
Tints of Bird Flower #CEAD04
RGB
CMYK
RGB Variations
Color information
#CEAD04 (or 0xCEAD04) is known color: Bird Flower. HEX triplet: CE, AD and 04. RGB value is (206,173,4). Sum of RGB (Red+Green+Blue) = 206+173+4=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAD04 is #3152FB. Grayscale: #A4A4A4. Windows color (decimal): -3232508 or 306638. OLE color: 306638.
HSL color Cylindrical-coordinate representation of color #CEAD04: hue angle of 50.2º 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 #CEAD04 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.19 |
| HSL | 50.2º | 0.96% | 0.41% | - |
| HSV(B) | 50.2º | 0.98% | 0.81% | - |
| XYZ | 40.42 | 43.02 | 6.29 | - |
| YUV | 163.6 | 37.93 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 4 | 0 | 0.16 | 0.98 | 0.19 | 50.2 | 0.96 | 0.41 |
| Hex | CE | AD | 4 | 0 | 10 | 62 | 13 | 32 | 60 | 29 |
| Octal | 316 | 255 | 4 | 0 | 20 | 142 | 23 | 62 | 140 | 51 |
| Binary | 11001110 | 10101101 | 100 | 0 | 10000 | 1100010 | 10011 | 110010 | 1100000 | 101001 |
Color Harmonies of #CEAD04
Complementary color
Monochromatic Colors of #CEAD04
Black with #CEAD04
Text Example
Text Example
White with #CEAD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD04; }
p { color: rgb(206,173,4); }
H1.HeaderClassName
{
color: #CEAD04;
}
.AnyTagClassName
{
color: #CEAD04;
}
</style>
background-color css
<style>
a { background-color: #CEAD04; }
a { background-color: rgb(206,173,4); }
div.DivClassName
{
background-color: #CEAD04;
}
.BgClassName
{
background-color: #CEAD04;
}
</style>
border-color css
<style>
span { border-color: #CEAD04; }
span { border-color: rgb(206,173,4); }
td.TdClassName
{
border-color: #CEAD04;
}
.TagClassName
{
border-color: #CEAD04;
}
</style>