Shades of Bird Flower #CEBA02
Tints of Bird Flower #CEBA02
RGB
CMYK
RGB Variations
Color information
#CEBA02 (or 0xCEBA02) is known color: Bird Flower. HEX triplet: CE, BA and 02. RGB value is (206,186,2). Sum of RGB (Red+Green+Blue) = 206+186+2=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA02 is #3145FD. Grayscale: #ABABAB. Windows color (decimal): -3229182 or 178894. OLE color: 178894.
HSL color Cylindrical-coordinate representation of color #CEBA02: hue angle of 54.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEBA02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.19 |
| HSL | 54.12º | 0.98% | 0.41% | - |
| HSV(B) | 54.12º | 0.99% | 0.81% | - |
| XYZ | 43.02 | 48.24 | 7.1 | - |
| YUV | 171 | 32.63 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 2 | 0 | 0.10 | 0.99 | 0.19 | 54.12 | 0.98 | 0.41 |
| Hex | CE | BA | 2 | 0 | A | 63 | 13 | 36 | 62 | 29 |
| Octal | 316 | 272 | 2 | 0 | 12 | 143 | 23 | 66 | 142 | 51 |
| Binary | 11001110 | 10111010 | 10 | 0 | 1010 | 1100011 | 10011 | 110110 | 1100010 | 101001 |
Color Harmonies of #CEBA02
Complementary color
Monochromatic Colors of #CEBA02
Black with #CEBA02
Text Example
Text Example
White with #CEBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA02; }
p { color: rgb(206,186,2); }
H1.HeaderClassName
{
color: #CEBA02;
}
.AnyTagClassName
{
color: #CEBA02;
}
</style>
background-color css
<style>
a { background-color: #CEBA02; }
a { background-color: rgb(206,186,2); }
div.DivClassName
{
background-color: #CEBA02;
}
.BgClassName
{
background-color: #CEBA02;
}
</style>
border-color css
<style>
span { border-color: #CEBA02; }
span { border-color: rgb(206,186,2); }
td.TdClassName
{
border-color: #CEBA02;
}
.TagClassName
{
border-color: #CEBA02;
}
</style>