Shades of Barberry #E1D516
Tints of Barberry #E1D516
RGB
CMYK
RGB Variations
Color information
#E1D516 (or 0xE1D516) is known color: Barberry. HEX triplet: E1, D5 and 16. RGB value is (225,213,22). Sum of RGB (Red+Green+Blue) = 225+213+22=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D516 is #1E2AE9. Grayscale: #C3C3C3. Windows color (decimal): -1977066 or 1496545. OLE color: 1496545.
HSL color Cylindrical-coordinate representation of color #E1D516: hue angle of 56.45º 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 #E1D516 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 22 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.12 |
| HSL | 56.45º | 0.82% | 0.48% | - |
| HSV(B) | 56.45º | 0.9% | 0.88% | - |
| XYZ | 54.99 | 63.65 | 10.15 | - |
| YUV | 194.81 | 30.48 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 22 | 0 | 0.05 | 0.90 | 0.12 | 56.45 | 0.82 | 0.48 |
| Hex | E1 | D5 | 16 | 0 | 5 | 5A | C | 38 | 52 | 30 |
| Octal | 341 | 325 | 26 | 0 | 5 | 132 | 14 | 70 | 122 | 60 |
| Binary | 11100001 | 11010101 | 10110 | 0 | 101 | 1011010 | 1100 | 111000 | 1010010 | 110000 |
Color Harmonies of #E1D516
Complementary color
Monochromatic Colors of #E1D516
Black with #E1D516
Text Example
Text Example
White with #E1D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D516; }
p { color: rgb(225,213,22); }
H1.HeaderClassName
{
color: #E1D516;
}
.AnyTagClassName
{
color: #E1D516;
}
</style>
background-color css
<style>
a { background-color: #E1D516; }
a { background-color: rgb(225,213,22); }
div.DivClassName
{
background-color: #E1D516;
}
.BgClassName
{
background-color: #E1D516;
}
</style>
border-color css
<style>
span { border-color: #E1D516; }
span { border-color: rgb(225,213,22); }
td.TdClassName
{
border-color: #E1D516;
}
.TagClassName
{
border-color: #E1D516;
}
</style>