Shades of Barberry #E0D913
Tints of Barberry #E0D913
RGB
CMYK
RGB Variations
Color information
#E0D913 (or 0xE0D913) is known color: Barberry. HEX triplet: E0, D9 and 13. RGB value is (224,217,19). Sum of RGB (Red+Green+Blue) = 224+217+19=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D913 is #1F26EC. Grayscale: #C5C5C5. Windows color (decimal): -2041581 or 1300960. OLE color: 1300960.
HSL color Cylindrical-coordinate representation of color #E0D913: hue angle of 57.95º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0D913 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 19 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.12 |
| HSL | 57.95º | 0.84% | 0.48% | - |
| HSV(B) | 57.95º | 0.92% | 0.88% | - |
| XYZ | 55.67 | 65.52 | 10.33 | - |
| YUV | 196.52 | 27.82 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 19 | 0 | 0.03 | 0.92 | 0.12 | 57.95 | 0.84 | 0.48 |
| Hex | E0 | D9 | 13 | 0 | 3 | 5C | C | 3A | 54 | 30 |
| Octal | 340 | 331 | 23 | 0 | 3 | 134 | 14 | 72 | 124 | 60 |
| Binary | 11100000 | 11011001 | 10011 | 0 | 11 | 1011100 | 1100 | 111010 | 1010100 | 110000 |
Color Harmonies of #E0D913
Complementary color
Monochromatic Colors of #E0D913
Black with #E0D913
Text Example
Text Example
White with #E0D913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D913; }
p { color: rgb(224,217,19); }
H1.HeaderClassName
{
color: #E0D913;
}
.AnyTagClassName
{
color: #E0D913;
}
</style>
background-color css
<style>
a { background-color: #E0D913; }
a { background-color: rgb(224,217,19); }
div.DivClassName
{
background-color: #E0D913;
}
.BgClassName
{
background-color: #E0D913;
}
</style>
border-color css
<style>
span { border-color: #E0D913; }
span { border-color: rgb(224,217,19); }
td.TdClassName
{
border-color: #E0D913;
}
.TagClassName
{
border-color: #E0D913;
}
</style>