Shades of Barberry #E0D816
Tints of Barberry #E0D816
RGB
CMYK
RGB Variations
Color information
#E0D816 (or 0xE0D816) is known color: Barberry. HEX triplet: E0, D8 and 16. RGB value is (224,216,22). Sum of RGB (Red+Green+Blue) = 224+216+22=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D816 is #1F27E9. Grayscale: #C5C5C5. Windows color (decimal): -2041834 or 1497312. OLE color: 1497312.
HSL color Cylindrical-coordinate representation of color #E0D816: hue angle of 57.62º 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 #E0D816 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 22 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.12 |
| HSL | 57.62º | 0.82% | 0.48% | - |
| HSV(B) | 57.62º | 0.9% | 0.88% | - |
| XYZ | 55.44 | 65.02 | 10.39 | - |
| YUV | 196.28 | 29.65 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 22 | 0 | 0.04 | 0.90 | 0.12 | 57.62 | 0.82 | 0.48 |
| Hex | E0 | D8 | 16 | 0 | 4 | 5A | C | 3A | 52 | 30 |
| Octal | 340 | 330 | 26 | 0 | 4 | 132 | 14 | 72 | 122 | 60 |
| Binary | 11100000 | 11011000 | 10110 | 0 | 100 | 1011010 | 1100 | 111010 | 1010010 | 110000 |
Color Harmonies of #E0D816
Complementary color
Monochromatic Colors of #E0D816
Black with #E0D816
Text Example
Text Example
White with #E0D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D816; }
p { color: rgb(224,216,22); }
H1.HeaderClassName
{
color: #E0D816;
}
.AnyTagClassName
{
color: #E0D816;
}
</style>
background-color css
<style>
a { background-color: #E0D816; }
a { background-color: rgb(224,216,22); }
div.DivClassName
{
background-color: #E0D816;
}
.BgClassName
{
background-color: #E0D816;
}
</style>
border-color css
<style>
span { border-color: #E0D816; }
span { border-color: rgb(224,216,22); }
td.TdClassName
{
border-color: #E0D816;
}
.TagClassName
{
border-color: #E0D816;
}
</style>