Shades of Bird Flower #CEBD0E
Tints of Bird Flower #CEBD0E
RGB
CMYK
RGB Variations
Color information
#CEBD0E (or 0xCEBD0E) is known color: Bird Flower. HEX triplet: CE, BD and 0E. RGB value is (206,189,14). Sum of RGB (Red+Green+Blue) = 206+189+14=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBD0E is #3142F1. Grayscale: #AEAEAE. Windows color (decimal): -3228402 or 966094. OLE color: 966094.
HSL color Cylindrical-coordinate representation of color #CEBD0E: hue angle of 54.69º 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 #CEBD0E is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 14 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.19 |
| HSL | 54.69º | 0.87% | 0.43% | - |
| HSV(B) | 54.69º | 0.93% | 0.81% | - |
| XYZ | 43.73 | 49.55 | 7.67 | - |
| YUV | 174.13 | 37.63 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 14 | 0 | 0.08 | 0.93 | 0.19 | 54.69 | 0.87 | 0.43 |
| Hex | CE | BD | E | 0 | 8 | 5D | 13 | 37 | 57 | 2B |
| Octal | 316 | 275 | 16 | 0 | 10 | 135 | 23 | 67 | 127 | 53 |
| Binary | 11001110 | 10111101 | 1110 | 0 | 1000 | 1011101 | 10011 | 110111 | 1010111 | 101011 |
Color Harmonies of #CEBD0E
Complementary color
Monochromatic Colors of #CEBD0E
Black with #CEBD0E
Text Example
Text Example
White with #CEBD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD0E; }
p { color: rgb(206,189,14); }
H1.HeaderClassName
{
color: #CEBD0E;
}
.AnyTagClassName
{
color: #CEBD0E;
}
</style>
background-color css
<style>
a { background-color: #CEBD0E; }
a { background-color: rgb(206,189,14); }
div.DivClassName
{
background-color: #CEBD0E;
}
.BgClassName
{
background-color: #CEBD0E;
}
</style>
border-color css
<style>
span { border-color: #CEBD0E; }
span { border-color: rgb(206,189,14); }
td.TdClassName
{
border-color: #CEBD0E;
}
.TagClassName
{
border-color: #CEBD0E;
}
</style>