Shades of Barberry #CEDF0E
Tints of Barberry #CEDF0E
RGB
CMYK
RGB Variations
Color information
#CEDF0E (or 0xCEDF0E) is known color: Barberry. HEX triplet: CE, DF and 0E. RGB value is (206,223,14). Sum of RGB (Red+Green+Blue) = 206+223+14=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF0E is #3120F1. Grayscale: #C2C2C2. Windows color (decimal): -3219698 or 974798. OLE color: 974798.
HSL color Cylindrical-coordinate representation of color #CEDF0E: hue angle of 64.88º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEDF0E is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 14 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.13 |
| HSL | 64.88º | 0.88% | 0.46% | - |
| HSV(B) | 64.88º | 0.94% | 0.87% | - |
| XYZ | 51.92 | 65.93 | 10.4 | - |
| YUV | 194.09 | 26.37 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 14 | 0.08 | 0 | 0.94 | 0.13 | 64.88 | 0.88 | 0.46 |
| Hex | CE | DF | E | 8 | 0 | 5E | D | 41 | 58 | 2E |
| Octal | 316 | 337 | 16 | 10 | 0 | 136 | 15 | 101 | 130 | 56 |
| Binary | 11001110 | 11011111 | 1110 | 1000 | 0 | 1011110 | 1101 | 1000001 | 1011000 | 101110 |
Color Harmonies of #CEDF0E
Complementary color
Monochromatic Colors of #CEDF0E
Black with #CEDF0E
Text Example
Text Example
White with #CEDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF0E; }
p { color: rgb(206,223,14); }
H1.HeaderClassName
{
color: #CEDF0E;
}
.AnyTagClassName
{
color: #CEDF0E;
}
</style>
background-color css
<style>
a { background-color: #CEDF0E; }
a { background-color: rgb(206,223,14); }
div.DivClassName
{
background-color: #CEDF0E;
}
.BgClassName
{
background-color: #CEDF0E;
}
</style>
border-color css
<style>
span { border-color: #CEDF0E; }
span { border-color: rgb(206,223,14); }
td.TdClassName
{
border-color: #CEDF0E;
}
.TagClassName
{
border-color: #CEDF0E;
}
</style>