Shades of Bird Flower #CEC614
Tints of Bird Flower #CEC614
RGB
CMYK
RGB Variations
Color information
#CEC614 (or 0xCEC614) is known color: Bird Flower. HEX triplet: CE, C6 and 14. RGB value is (206,198,20). Sum of RGB (Red+Green+Blue) = 206+198+20=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC614 is #3139EB. Grayscale: #B4B4B4. Windows color (decimal): -3226092 or 1361614. OLE color: 1361614.
HSL color Cylindrical-coordinate representation of color #CEC614: hue angle of 57.42º 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 #CEC614 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 20 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.19 |
| HSL | 57.42º | 0.82% | 0.44% | - |
| HSV(B) | 57.42º | 0.9% | 0.81% | - |
| XYZ | 45.77 | 53.56 | 8.59 | - |
| YUV | 180.1 | 37.65 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 20 | 0 | 0.04 | 0.90 | 0.19 | 57.42 | 0.82 | 0.44 |
| Hex | CE | C6 | 14 | 0 | 4 | 5A | 13 | 39 | 52 | 2C |
| Octal | 316 | 306 | 24 | 0 | 4 | 132 | 23 | 71 | 122 | 54 |
| Binary | 11001110 | 11000110 | 10100 | 0 | 100 | 1011010 | 10011 | 111001 | 1010010 | 101100 |
Color Harmonies of #CEC614
Complementary color
Monochromatic Colors of #CEC614
Black with #CEC614
Text Example
Text Example
White with #CEC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC614; }
p { color: rgb(206,198,20); }
H1.HeaderClassName
{
color: #CEC614;
}
.AnyTagClassName
{
color: #CEC614;
}
</style>
background-color css
<style>
a { background-color: #CEC614; }
a { background-color: rgb(206,198,20); }
div.DivClassName
{
background-color: #CEC614;
}
.BgClassName
{
background-color: #CEC614;
}
</style>
border-color css
<style>
span { border-color: #CEC614; }
span { border-color: rgb(206,198,20); }
td.TdClassName
{
border-color: #CEC614;
}
.TagClassName
{
border-color: #CEC614;
}
</style>