Shades of Bird Flower #CEAB04
Tints of Bird Flower #CEAB04
RGB
CMYK
RGB Variations
Color information
#CEAB04 (or 0xCEAB04) is known color: Bird Flower. HEX triplet: CE, AB and 04. RGB value is (206,171,4). Sum of RGB (Red+Green+Blue) = 206+171+4=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAB04 is #3154FB. Grayscale: #A3A3A3. Windows color (decimal): -3233020 or 306126. OLE color: 306126.
HSL color Cylindrical-coordinate representation of color #CEAB04: hue angle of 49.6º 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 #CEAB04 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.19 |
| HSL | 49.6º | 0.96% | 0.41% | - |
| HSV(B) | 49.6º | 0.98% | 0.81% | - |
| XYZ | 40.04 | 42.26 | 6.16 | - |
| YUV | 162.43 | 38.6 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 4 | 0 | 0.17 | 0.98 | 0.19 | 49.6 | 0.96 | 0.41 |
| Hex | CE | AB | 4 | 0 | 11 | 62 | 13 | 32 | 60 | 29 |
| Octal | 316 | 253 | 4 | 0 | 21 | 142 | 23 | 62 | 140 | 51 |
| Binary | 11001110 | 10101011 | 100 | 0 | 10001 | 1100010 | 10011 | 110010 | 1100000 | 101001 |
Color Harmonies of #CEAB04
Complementary color
Monochromatic Colors of #CEAB04
Black with #CEAB04
Text Example
Text Example
White with #CEAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB04; }
p { color: rgb(206,171,4); }
H1.HeaderClassName
{
color: #CEAB04;
}
.AnyTagClassName
{
color: #CEAB04;
}
</style>
background-color css
<style>
a { background-color: #CEAB04; }
a { background-color: rgb(206,171,4); }
div.DivClassName
{
background-color: #CEAB04;
}
.BgClassName
{
background-color: #CEAB04;
}
</style>
border-color css
<style>
span { border-color: #CEAB04; }
span { border-color: rgb(206,171,4); }
td.TdClassName
{
border-color: #CEAB04;
}
.TagClassName
{
border-color: #CEAB04;
}
</style>