Shades of Barberry #CEDE14
Tints of Barberry #CEDE14
RGB
CMYK
RGB Variations
Color information
#CEDE14 (or 0xCEDE14) is known color: Barberry. HEX triplet: CE, DE and 14. RGB value is (206,222,20). Sum of RGB (Red+Green+Blue) = 206+222+20=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDE14 is #3121EB. Grayscale: #C2C2C2. Windows color (decimal): -3219948 or 1367758. OLE color: 1367758.
HSL color Cylindrical-coordinate representation of color #CEDE14: hue angle of 64.75º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEDE14 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 20 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.13 |
| HSL | 64.75º | 0.83% | 0.47% | - |
| HSV(B) | 64.75º | 0.91% | 0.87% | - |
| XYZ | 51.7 | 65.41 | 10.56 | - |
| YUV | 194.19 | 29.7 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 20 | 0.07 | 0 | 0.91 | 0.13 | 64.75 | 0.83 | 0.47 |
| Hex | CE | DE | 14 | 7 | 0 | 5B | D | 41 | 53 | 2F |
| Octal | 316 | 336 | 24 | 7 | 0 | 133 | 15 | 101 | 123 | 57 |
| Binary | 11001110 | 11011110 | 10100 | 111 | 0 | 1011011 | 1101 | 1000001 | 1010011 | 101111 |
Color Harmonies of #CEDE14
Complementary color
Monochromatic Colors of #CEDE14
Black with #CEDE14
Text Example
Text Example
White with #CEDE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE14; }
p { color: rgb(206,222,20); }
H1.HeaderClassName
{
color: #CEDE14;
}
.AnyTagClassName
{
color: #CEDE14;
}
</style>
background-color css
<style>
a { background-color: #CEDE14; }
a { background-color: rgb(206,222,20); }
div.DivClassName
{
background-color: #CEDE14;
}
.BgClassName
{
background-color: #CEDE14;
}
</style>
border-color css
<style>
span { border-color: #CEDE14; }
span { border-color: rgb(206,222,20); }
td.TdClassName
{
border-color: #CEDE14;
}
.TagClassName
{
border-color: #CEDE14;
}
</style>