Shades of Bird Flower #CEAE14
Tints of Bird Flower #CEAE14
RGB
CMYK
RGB Variations
Color information
#CEAE14 (or 0xCEAE14) is known color: Bird Flower. HEX triplet: CE, AE and 14. RGB value is (206,174,20). Sum of RGB (Red+Green+Blue) = 206+174+20=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAE14 is #3151EB. Grayscale: #A6A6A6. Windows color (decimal): -3232236 or 1355470. OLE color: 1355470.
HSL color Cylindrical-coordinate representation of color #CEAE14: hue angle of 49.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEAE14 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 20 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.19 |
| HSL | 49.68º | 0.82% | 0.44% | - |
| HSV(B) | 49.68º | 0.9% | 0.81% | - |
| XYZ | 40.72 | 43.44 | 6.9 | - |
| YUV | 166.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 20 | 0 | 0.16 | 0.90 | 0.19 | 49.68 | 0.82 | 0.44 |
| Hex | CE | AE | 14 | 0 | 10 | 5A | 13 | 32 | 52 | 2C |
| Octal | 316 | 256 | 24 | 0 | 20 | 132 | 23 | 62 | 122 | 54 |
| Binary | 11001110 | 10101110 | 10100 | 0 | 10000 | 1011010 | 10011 | 110010 | 1010010 | 101100 |
Color Harmonies of #CEAE14
Complementary color
Monochromatic Colors of #CEAE14
Black with #CEAE14
Text Example
Text Example
White with #CEAE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAE14; }
p { color: rgb(206,174,20); }
H1.HeaderClassName
{
color: #CEAE14;
}
.AnyTagClassName
{
color: #CEAE14;
}
</style>
background-color css
<style>
a { background-color: #CEAE14; }
a { background-color: rgb(206,174,20); }
div.DivClassName
{
background-color: #CEAE14;
}
.BgClassName
{
background-color: #CEAE14;
}
</style>
border-color css
<style>
span { border-color: #CEAE14; }
span { border-color: rgb(206,174,20); }
td.TdClassName
{
border-color: #CEAE14;
}
.TagClassName
{
border-color: #CEAE14;
}
</style>