Shades of Bird Flower #CEAF0E
Tints of Bird Flower #CEAF0E
RGB
CMYK
RGB Variations
Color information
#CEAF0E (or 0xCEAF0E) is known color: Bird Flower. HEX triplet: CE, AF and 0E. RGB value is (206,175,14). Sum of RGB (Red+Green+Blue) = 206+175+14=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF0E is #3150F1. Grayscale: #A6A6A6. Windows color (decimal): -3231986 or 962510. OLE color: 962510.
HSL color Cylindrical-coordinate representation of color #CEAF0E: hue angle of 50.31º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEAF0E is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 14 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.19 |
| HSL | 50.31º | 0.87% | 0.43% | - |
| HSV(B) | 50.31º | 0.93% | 0.81% | - |
| XYZ | 40.86 | 43.81 | 6.72 | - |
| YUV | 165.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 14 | 0 | 0.15 | 0.93 | 0.19 | 50.31 | 0.87 | 0.43 |
| Hex | CE | AF | E | 0 | F | 5D | 13 | 32 | 57 | 2B |
| Octal | 316 | 257 | 16 | 0 | 17 | 135 | 23 | 62 | 127 | 53 |
| Binary | 11001110 | 10101111 | 1110 | 0 | 1111 | 1011101 | 10011 | 110010 | 1010111 | 101011 |
Color Harmonies of #CEAF0E
Complementary color
Monochromatic Colors of #CEAF0E
Black with #CEAF0E
Text Example
Text Example
White with #CEAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF0E; }
p { color: rgb(206,175,14); }
H1.HeaderClassName
{
color: #CEAF0E;
}
.AnyTagClassName
{
color: #CEAF0E;
}
</style>
background-color css
<style>
a { background-color: #CEAF0E; }
a { background-color: rgb(206,175,14); }
div.DivClassName
{
background-color: #CEAF0E;
}
.BgClassName
{
background-color: #CEAF0E;
}
</style>
border-color css
<style>
span { border-color: #CEAF0E; }
span { border-color: rgb(206,175,14); }
td.TdClassName
{
border-color: #CEAF0E;
}
.TagClassName
{
border-color: #CEAF0E;
}
</style>