Shades of Barberry #E1D613
Tints of Barberry #E1D613
RGB
CMYK
RGB Variations
Color information
#E1D613 (or 0xE1D613) is known color: Barberry. HEX triplet: E1, D6 and 13. RGB value is (225,214,19). Sum of RGB (Red+Green+Blue) = 225+214+19=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D613 is #1E29EC. Grayscale: #C3C3C3. Windows color (decimal): -1976813 or 1300193. OLE color: 1300193.
HSL color Cylindrical-coordinate representation of color #E1D613: hue angle of 56.8º 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 #E1D613 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 19 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.12 |
| HSL | 56.8º | 0.84% | 0.48% | - |
| HSV(B) | 56.8º | 0.92% | 0.88% | - |
| XYZ | 55.22 | 64.15 | 10.09 | - |
| YUV | 195.06 | 28.64 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 19 | 0 | 0.05 | 0.92 | 0.12 | 56.8 | 0.84 | 0.48 |
| Hex | E1 | D6 | 13 | 0 | 5 | 5C | C | 39 | 54 | 30 |
| Octal | 341 | 326 | 23 | 0 | 5 | 134 | 14 | 71 | 124 | 60 |
| Binary | 11100001 | 11010110 | 10011 | 0 | 101 | 1011100 | 1100 | 111001 | 1010100 | 110000 |
Color Harmonies of #E1D613
Complementary color
Monochromatic Colors of #E1D613
Black with #E1D613
Text Example
Text Example
White with #E1D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D613; }
p { color: rgb(225,214,19); }
H1.HeaderClassName
{
color: #E1D613;
}
.AnyTagClassName
{
color: #E1D613;
}
</style>
background-color css
<style>
a { background-color: #E1D613; }
a { background-color: rgb(225,214,19); }
div.DivClassName
{
background-color: #E1D613;
}
.BgClassName
{
background-color: #E1D613;
}
</style>
border-color css
<style>
span { border-color: #E1D613; }
span { border-color: rgb(225,214,19); }
td.TdClassName
{
border-color: #E1D613;
}
.TagClassName
{
border-color: #E1D613;
}
</style>