Shades of Bird Flower #CECF08
Tints of Bird Flower #CECF08
RGB
CMYK
RGB Variations
Color information
#CECF08 (or 0xCECF08) is known color: Bird Flower. HEX triplet: CE, CF and 08. RGB value is (206,207,8). Sum of RGB (Red+Green+Blue) = 206+207+8=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECF08 is #3130F7. Grayscale: #B8B8B8. Windows color (decimal): -3223800 or 577486. OLE color: 577486.
HSL color Cylindrical-coordinate representation of color #CECF08: hue angle of 60.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CECF08 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 8 | - |
CMYK | 0.00 | 0 | 0.96 | 0.19 |
HSL | 60.3º | 0.93% | 0.42% | - |
HSV(B) | 60.3º | 0.96% | 0.81% | - |
XYZ | 47.81 | 57.77 | 8.86 | - |
YUV | 184.02 | 28.67 | 143.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 8 | 0.00 | 0 | 0.96 | 0.19 | 60.3 | 0.93 | 0.42 |
Hex | CE | CF | 8 | 0 | 0 | 60 | 13 | 3C | 5D | 2A |
Octal | 316 | 317 | 10 | 0 | 0 | 140 | 23 | 74 | 135 | 52 |
Binary | 11001110 | 11001111 | 1000 | 0 | 0 | 1100000 | 10011 | 111100 | 1011101 | 101010 |
Color Harmonies of #CECF08
Complementary color
Monochromatic Colors of #CECF08
Black with #CECF08
Text Example
Text Example
White with #CECF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF08; }
p { color: rgb(206,207,8); }
H1.HeaderClassName
{
color: #CECF08;
}
.AnyTagClassName
{
color: #CECF08;
}
</style>
background-color css
<style>
a { background-color: #CECF08; }
a { background-color: rgb(206,207,8); }
div.DivClassName
{
background-color: #CECF08;
}
.BgClassName
{
background-color: #CECF08;
}
</style>
border-color css
<style>
span { border-color: #CECF08; }
span { border-color: rgb(206,207,8); }
td.TdClassName
{
border-color: #CECF08;
}
.TagClassName
{
border-color: #CECF08;
}
</style>