Shades of Bird Flower #CEC102
Tints of Bird Flower #CEC102
RGB
CMYK
RGB Variations
Color information
#CEC102 (or 0xCEC102) is known color: Bird Flower. HEX triplet: CE, C1 and 02. RGB value is (206,193,2). Sum of RGB (Red+Green+Blue) = 206+193+2=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC102 is #313EFD. Grayscale: #AFAFAF. Windows color (decimal): -3227390 or 180686. OLE color: 180686.
HSL color Cylindrical-coordinate representation of color #CEC102: hue angle of 56.18º 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 #CEC102 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.19 |
| HSL | 56.18º | 0.98% | 0.41% | - |
| HSV(B) | 56.18º | 0.99% | 0.81% | - |
| XYZ | 44.53 | 51.27 | 7.61 | - |
| YUV | 175.11 | 30.31 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 2 | 0 | 0.06 | 0.99 | 0.19 | 56.18 | 0.98 | 0.41 |
| Hex | CE | C1 | 2 | 0 | 6 | 63 | 13 | 38 | 62 | 29 |
| Octal | 316 | 301 | 2 | 0 | 6 | 143 | 23 | 70 | 142 | 51 |
| Binary | 11001110 | 11000001 | 10 | 0 | 110 | 1100011 | 10011 | 111000 | 1100010 | 101001 |
Color Harmonies of #CEC102
Complementary color
Monochromatic Colors of #CEC102
Black with #CEC102
Text Example
Text Example
White with #CEC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC102; }
p { color: rgb(206,193,2); }
H1.HeaderClassName
{
color: #CEC102;
}
.AnyTagClassName
{
color: #CEC102;
}
</style>
background-color css
<style>
a { background-color: #CEC102; }
a { background-color: rgb(206,193,2); }
div.DivClassName
{
background-color: #CEC102;
}
.BgClassName
{
background-color: #CEC102;
}
</style>
border-color css
<style>
span { border-color: #CEC102; }
span { border-color: rgb(206,193,2); }
td.TdClassName
{
border-color: #CEC102;
}
.TagClassName
{
border-color: #CEC102;
}
</style>