Shades of Bird Flower #CEC51A
Tints of Bird Flower #CEC51A
RGB
CMYK
RGB Variations
Color information
#CEC51A (or 0xCEC51A) is known color: Bird Flower. HEX triplet: CE, C5 and 1A. RGB value is (206,197,26). Sum of RGB (Red+Green+Blue) = 206+197+26=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC51A is #313AE5. Grayscale: #B4B4B4. Windows color (decimal): -3226342 or 1754574. OLE color: 1754574.
HSL color Cylindrical-coordinate representation of color #CEC51A: hue angle of 57º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEC51A is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 26 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.19 |
| HSL | 57º | 0.78% | 0.45% | - |
| HSV(B) | 57º | 0.87% | 0.81% | - |
| XYZ | 45.61 | 53.13 | 8.83 | - |
| YUV | 180.2 | 40.98 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 26 | 0 | 0.04 | 0.87 | 0.19 | 57 | 0.78 | 0.45 |
| Hex | CE | C5 | 1A | 0 | 4 | 57 | 13 | 39 | 4E | 2D |
| Octal | 316 | 305 | 32 | 0 | 4 | 127 | 23 | 71 | 116 | 55 |
| Binary | 11001110 | 11000101 | 11010 | 0 | 100 | 1010111 | 10011 | 111001 | 1001110 | 101101 |
Color Harmonies of #CEC51A
Complementary color
Monochromatic Colors of #CEC51A
Black with #CEC51A
Text Example
Text Example
White with #CEC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC51A; }
p { color: rgb(206,197,26); }
H1.HeaderClassName
{
color: #CEC51A;
}
.AnyTagClassName
{
color: #CEC51A;
}
</style>
background-color css
<style>
a { background-color: #CEC51A; }
a { background-color: rgb(206,197,26); }
div.DivClassName
{
background-color: #CEC51A;
}
.BgClassName
{
background-color: #CEC51A;
}
</style>
border-color css
<style>
span { border-color: #CEC51A; }
span { border-color: rgb(206,197,26); }
td.TdClassName
{
border-color: #CEC51A;
}
.TagClassName
{
border-color: #CEC51A;
}
</style>