Shades of Bird Flower #CECA0B
Tints of Bird Flower #CECA0B
RGB
CMYK
RGB Variations
Color information
#CECA0B (or 0xCECA0B) is known color: Bird Flower. HEX triplet: CE, CA and 0B. RGB value is (206,202,11). Sum of RGB (Red+Green+Blue) = 206+202+11=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA0B is #3135F4. Grayscale: #B6B6B6. Windows color (decimal): -3225077 or 772814. OLE color: 772814.
HSL color Cylindrical-coordinate representation of color #CECA0B: hue angle of 58.77º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CECA0B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 11 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.19 |
| HSL | 58.77º | 0.9% | 0.43% | - |
| HSV(B) | 58.77º | 0.95% | 0.81% | - |
| XYZ | 46.63 | 55.39 | 8.55 | - |
| YUV | 181.42 | 31.83 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 11 | 0 | 0.02 | 0.95 | 0.19 | 58.77 | 0.9 | 0.43 |
| Hex | CE | CA | B | 0 | 2 | 5F | 13 | 3B | 5A | 2B |
| Octal | 316 | 312 | 13 | 0 | 2 | 137 | 23 | 73 | 132 | 53 |
| Binary | 11001110 | 11001010 | 1011 | 0 | 10 | 1011111 | 10011 | 111011 | 1011010 | 101011 |
Color Harmonies of #CECA0B
Complementary color
Monochromatic Colors of #CECA0B
Black with #CECA0B
Text Example
Text Example
White with #CECA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA0B; }
p { color: rgb(206,202,11); }
H1.HeaderClassName
{
color: #CECA0B;
}
.AnyTagClassName
{
color: #CECA0B;
}
</style>
background-color css
<style>
a { background-color: #CECA0B; }
a { background-color: rgb(206,202,11); }
div.DivClassName
{
background-color: #CECA0B;
}
.BgClassName
{
background-color: #CECA0B;
}
</style>
border-color css
<style>
span { border-color: #CECA0B; }
span { border-color: rgb(206,202,11); }
td.TdClassName
{
border-color: #CECA0B;
}
.TagClassName
{
border-color: #CECA0B;
}
</style>