Shades of Barberry #E0DD16
Tints of Barberry #E0DD16
RGB
CMYK
RGB Variations
Color information
#E0DD16 (or 0xE0DD16) is known color: Barberry. HEX triplet: E0, DD and 16. RGB value is (224,221,22). Sum of RGB (Red+Green+Blue) = 224+221+22=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DD16 is #1F22E9. Grayscale: #C8C8C8. Windows color (decimal): -2040554 or 1498592. OLE color: 1498592.
HSL color Cylindrical-coordinate representation of color #E0DD16: hue angle of 59.11º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0DD16 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 22 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.12 |
| HSL | 59.11º | 0.82% | 0.48% | - |
| HSV(B) | 59.11º | 0.9% | 0.88% | - |
| XYZ | 56.74 | 67.62 | 10.82 | - |
| YUV | 199.21 | 27.99 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 22 | 0 | 0.01 | 0.90 | 0.12 | 59.11 | 0.82 | 0.48 |
| Hex | E0 | DD | 16 | 0 | 1 | 5A | C | 3B | 52 | 30 |
| Octal | 340 | 335 | 26 | 0 | 1 | 132 | 14 | 73 | 122 | 60 |
| Binary | 11100000 | 11011101 | 10110 | 0 | 1 | 1011010 | 1100 | 111011 | 1010010 | 110000 |
Color Harmonies of #E0DD16
Complementary color
Monochromatic Colors of #E0DD16
Black with #E0DD16
Text Example
Text Example
White with #E0DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD16; }
p { color: rgb(224,221,22); }
H1.HeaderClassName
{
color: #E0DD16;
}
.AnyTagClassName
{
color: #E0DD16;
}
</style>
background-color css
<style>
a { background-color: #E0DD16; }
a { background-color: rgb(224,221,22); }
div.DivClassName
{
background-color: #E0DD16;
}
.BgClassName
{
background-color: #E0DD16;
}
</style>
border-color css
<style>
span { border-color: #E0DD16; }
span { border-color: rgb(224,221,22); }
td.TdClassName
{
border-color: #E0DD16;
}
.TagClassName
{
border-color: #E0DD16;
}
</style>