Shades of Bird Flower #CEAF14
Tints of Bird Flower #CEAF14
RGB
CMYK
RGB Variations
Color information
#CEAF14 (or 0xCEAF14) is known color: Bird Flower. HEX triplet: CE, AF and 14. RGB value is (206,175,20). Sum of RGB (Red+Green+Blue) = 206+175+20=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF14 is #3150EB. Grayscale: #A7A7A7. Windows color (decimal): -3231980 or 1355726. OLE color: 1355726.
HSL color Cylindrical-coordinate representation of color #CEAF14: hue angle of 50º 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 #CEAF14 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 20 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.19 |
| HSL | 50º | 0.82% | 0.44% | - |
| HSV(B) | 50º | 0.9% | 0.81% | - |
| XYZ | 40.91 | 43.83 | 6.97 | - |
| YUV | 166.6 | 45.27 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 20 | 0 | 0.15 | 0.90 | 0.19 | 50 | 0.82 | 0.44 |
| Hex | CE | AF | 14 | 0 | F | 5A | 13 | 32 | 52 | 2C |
| Octal | 316 | 257 | 24 | 0 | 17 | 132 | 23 | 62 | 122 | 54 |
| Binary | 11001110 | 10101111 | 10100 | 0 | 1111 | 1011010 | 10011 | 110010 | 1010010 | 101100 |
Color Harmonies of #CEAF14
Complementary color
Monochromatic Colors of #CEAF14
Black with #CEAF14
Text Example
Text Example
White with #CEAF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF14; }
p { color: rgb(206,175,20); }
H1.HeaderClassName
{
color: #CEAF14;
}
.AnyTagClassName
{
color: #CEAF14;
}
</style>
background-color css
<style>
a { background-color: #CEAF14; }
a { background-color: rgb(206,175,20); }
div.DivClassName
{
background-color: #CEAF14;
}
.BgClassName
{
background-color: #CEAF14;
}
</style>
border-color css
<style>
span { border-color: #CEAF14; }
span { border-color: rgb(206,175,20); }
td.TdClassName
{
border-color: #CEAF14;
}
.TagClassName
{
border-color: #CEAF14;
}
</style>