Shades of Barberry #E1D814
Tints of Barberry #E1D814
RGB
CMYK
RGB Variations
Color information
#E1D814 (or 0xE1D814) is known color: Barberry. HEX triplet: E1, D8 and 14. RGB value is (225,216,20). Sum of RGB (Red+Green+Blue) = 225+216+20=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D814 is #1E27EB. Grayscale: #C5C5C5. Windows color (decimal): -1976300 or 1366241. OLE color: 1366241.
HSL color Cylindrical-coordinate representation of color #E1D814: hue angle of 57.37º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1D814 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 20 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.12 |
| HSL | 57.37º | 0.84% | 0.48% | - |
| HSV(B) | 57.37º | 0.91% | 0.88% | - |
| XYZ | 55.73 | 65.17 | 10.3 | - |
| YUV | 196.35 | 28.48 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 20 | 0 | 0.04 | 0.91 | 0.12 | 57.37 | 0.84 | 0.48 |
| Hex | E1 | D8 | 14 | 0 | 4 | 5B | C | 39 | 54 | 30 |
| Octal | 341 | 330 | 24 | 0 | 4 | 133 | 14 | 71 | 124 | 60 |
| Binary | 11100001 | 11011000 | 10100 | 0 | 100 | 1011011 | 1100 | 111001 | 1010100 | 110000 |
Color Harmonies of #E1D814
Complementary color
Monochromatic Colors of #E1D814
Black with #E1D814
Text Example
Text Example
White with #E1D814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D814; }
p { color: rgb(225,216,20); }
H1.HeaderClassName
{
color: #E1D814;
}
.AnyTagClassName
{
color: #E1D814;
}
</style>
background-color css
<style>
a { background-color: #E1D814; }
a { background-color: rgb(225,216,20); }
div.DivClassName
{
background-color: #E1D814;
}
.BgClassName
{
background-color: #E1D814;
}
</style>
border-color css
<style>
span { border-color: #E1D814; }
span { border-color: rgb(225,216,20); }
td.TdClassName
{
border-color: #E1D814;
}
.TagClassName
{
border-color: #E1D814;
}
</style>