Shades of Bird Flower #CEC30E
Tints of Bird Flower #CEC30E
RGB
CMYK
RGB Variations
Color information
#CEC30E (or 0xCEC30E) is known color: Bird Flower. HEX triplet: CE, C3 and 0E. RGB value is (206,195,14). Sum of RGB (Red+Green+Blue) = 206+195+14=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC30E is #313CF1. Grayscale: #B2B2B2. Windows color (decimal): -3226866 or 967630. OLE color: 967630.
HSL color Cylindrical-coordinate representation of color #CEC30E: hue angle of 56.56º 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 #CEC30E is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 14 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.19 |
| HSL | 56.56º | 0.87% | 0.43% | - |
| HSV(B) | 56.56º | 0.93% | 0.81% | - |
| XYZ | 45.05 | 52.18 | 8.11 | - |
| YUV | 177.66 | 35.64 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 14 | 0 | 0.05 | 0.93 | 0.19 | 56.56 | 0.87 | 0.43 |
| Hex | CE | C3 | E | 0 | 5 | 5D | 13 | 39 | 57 | 2B |
| Octal | 316 | 303 | 16 | 0 | 5 | 135 | 23 | 71 | 127 | 53 |
| Binary | 11001110 | 11000011 | 1110 | 0 | 101 | 1011101 | 10011 | 111001 | 1010111 | 101011 |
Color Harmonies of #CEC30E
Complementary color
Monochromatic Colors of #CEC30E
Black with #CEC30E
Text Example
Text Example
White with #CEC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC30E; }
p { color: rgb(206,195,14); }
H1.HeaderClassName
{
color: #CEC30E;
}
.AnyTagClassName
{
color: #CEC30E;
}
</style>
background-color css
<style>
a { background-color: #CEC30E; }
a { background-color: rgb(206,195,14); }
div.DivClassName
{
background-color: #CEC30E;
}
.BgClassName
{
background-color: #CEC30E;
}
</style>
border-color css
<style>
span { border-color: #CEC30E; }
span { border-color: rgb(206,195,14); }
td.TdClassName
{
border-color: #CEC30E;
}
.TagClassName
{
border-color: #CEC30E;
}
</style>