Shades of Barberry #E0DA19
Tints of Barberry #E0DA19
RGB
CMYK
RGB Variations
Color information
#E0DA19 (or 0xE0DA19) is known color: Barberry. HEX triplet: E0, DA and 19. RGB value is (224,218,25). Sum of RGB (Red+Green+Blue) = 224+218+25=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 25 (10.16% from 255 or 5.35% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DA19 is #1F25E6. Grayscale: #C6C6C6. Windows color (decimal): -2041319 or 1694432. OLE color: 1694432.
HSL color Cylindrical-coordinate representation of color #E0DA19: hue angle of 58.19º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0DA19 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 25 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.12 |
| HSL | 58.19º | 0.8% | 0.49% | - |
| HSV(B) | 58.19º | 0.89% | 0.88% | - |
| XYZ | 55.99 | 66.06 | 10.72 | - |
| YUV | 197.79 | 30.49 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 25 | 0 | 0.03 | 0.89 | 0.12 | 58.19 | 0.8 | 0.49 |
| Hex | E0 | DA | 19 | 0 | 3 | 59 | C | 3A | 50 | 31 |
| Octal | 340 | 332 | 31 | 0 | 3 | 131 | 14 | 72 | 120 | 61 |
| Binary | 11100000 | 11011010 | 11001 | 0 | 11 | 1011001 | 1100 | 111010 | 1010000 | 110001 |
Color Harmonies of #E0DA19
Complementary color
Monochromatic Colors of #E0DA19
Black with #E0DA19
Text Example
Text Example
White with #E0DA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DA19; }
p { color: rgb(224,218,25); }
H1.HeaderClassName
{
color: #E0DA19;
}
.AnyTagClassName
{
color: #E0DA19;
}
</style>
background-color css
<style>
a { background-color: #E0DA19; }
a { background-color: rgb(224,218,25); }
div.DivClassName
{
background-color: #E0DA19;
}
.BgClassName
{
background-color: #E0DA19;
}
</style>
border-color css
<style>
span { border-color: #E0DA19; }
span { border-color: rgb(224,218,25); }
td.TdClassName
{
border-color: #E0DA19;
}
.TagClassName
{
border-color: #E0DA19;
}
</style>