Shades of Bird Flower #CEBF14
Tints of Bird Flower #CEBF14
RGB
CMYK
RGB Variations
Color information
#CEBF14 (or 0xCEBF14) is known color: Bird Flower. HEX triplet: CE, BF and 14. RGB value is (206,191,20). Sum of RGB (Red+Green+Blue) = 206+191+20=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBF14 is #3140EB. Grayscale: #B0B0B0. Windows color (decimal): -3227884 or 1359822. OLE color: 1359822.
HSL color Cylindrical-coordinate representation of color #CEBF14: hue angle of 55.16º 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 #CEBF14 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 20 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.19 |
| HSL | 55.16º | 0.82% | 0.44% | - |
| HSV(B) | 55.16º | 0.9% | 0.81% | - |
| XYZ | 44.21 | 50.43 | 8.07 | - |
| YUV | 175.99 | 39.97 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 20 | 0 | 0.07 | 0.90 | 0.19 | 55.16 | 0.82 | 0.44 |
| Hex | CE | BF | 14 | 0 | 7 | 5A | 13 | 37 | 52 | 2C |
| Octal | 316 | 277 | 24 | 0 | 7 | 132 | 23 | 67 | 122 | 54 |
| Binary | 11001110 | 10111111 | 10100 | 0 | 111 | 1011010 | 10011 | 110111 | 1010010 | 101100 |
Color Harmonies of #CEBF14
Complementary color
Monochromatic Colors of #CEBF14
Black with #CEBF14
Text Example
Text Example
White with #CEBF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBF14; }
p { color: rgb(206,191,20); }
H1.HeaderClassName
{
color: #CEBF14;
}
.AnyTagClassName
{
color: #CEBF14;
}
</style>
background-color css
<style>
a { background-color: #CEBF14; }
a { background-color: rgb(206,191,20); }
div.DivClassName
{
background-color: #CEBF14;
}
.BgClassName
{
background-color: #CEBF14;
}
</style>
border-color css
<style>
span { border-color: #CEBF14; }
span { border-color: rgb(206,191,20); }
td.TdClassName
{
border-color: #CEBF14;
}
.TagClassName
{
border-color: #CEBF14;
}
</style>