Shades of Bird Flower #CEBC14
Tints of Bird Flower #CEBC14
RGB
CMYK
RGB Variations
Color information
#CEBC14 (or 0xCEBC14) is known color: Bird Flower. HEX triplet: CE, BC and 14. RGB value is (206,188,20). Sum of RGB (Red+Green+Blue) = 206+188+20=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC14 is #3143EB. Grayscale: #AEAEAE. Windows color (decimal): -3228652 or 1359054. OLE color: 1359054.
HSL color Cylindrical-coordinate representation of color #CEBC14: hue angle of 54.19º 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 #CEBC14 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 20 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.19 |
| HSL | 54.19º | 0.82% | 0.44% | - |
| HSV(B) | 54.19º | 0.9% | 0.81% | - |
| XYZ | 43.56 | 49.14 | 7.85 | - |
| YUV | 174.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 20 | 0 | 0.09 | 0.90 | 0.19 | 54.19 | 0.82 | 0.44 |
| Hex | CE | BC | 14 | 0 | 9 | 5A | 13 | 36 | 52 | 2C |
| Octal | 316 | 274 | 24 | 0 | 11 | 132 | 23 | 66 | 122 | 54 |
| Binary | 11001110 | 10111100 | 10100 | 0 | 1001 | 1011010 | 10011 | 110110 | 1010010 | 101100 |
Color Harmonies of #CEBC14
Complementary color
Monochromatic Colors of #CEBC14
Black with #CEBC14
Text Example
Text Example
White with #CEBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC14; }
p { color: rgb(206,188,20); }
H1.HeaderClassName
{
color: #CEBC14;
}
.AnyTagClassName
{
color: #CEBC14;
}
</style>
background-color css
<style>
a { background-color: #CEBC14; }
a { background-color: rgb(206,188,20); }
div.DivClassName
{
background-color: #CEBC14;
}
.BgClassName
{
background-color: #CEBC14;
}
</style>
border-color css
<style>
span { border-color: #CEBC14; }
span { border-color: rgb(206,188,20); }
td.TdClassName
{
border-color: #CEBC14;
}
.TagClassName
{
border-color: #CEBC14;
}
</style>