Shades of Barberry #E1DA0D
Tints of Barberry #E1DA0D
RGB
CMYK
RGB Variations
Color information
#E1DA0D (or 0xE1DA0D) is known color: Barberry. HEX triplet: E1, DA and 0D. RGB value is (225,218,13). Sum of RGB (Red+Green+Blue) = 225+218+13=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DA0D is #1E25F2. Grayscale: #C5C5C5. Windows color (decimal): -1975795 or 908001. OLE color: 908001.
HSL color Cylindrical-coordinate representation of color #E1DA0D: hue angle of 58.02º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1DA0D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.12 |
| HSL | 58.02º | 0.89% | 0.47% | - |
| HSV(B) | 58.02º | 0.94% | 0.88% | - |
| XYZ | 56.2 | 66.18 | 10.19 | - |
| YUV | 196.72 | 24.32 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 13 | 0 | 0.03 | 0.94 | 0.12 | 58.02 | 0.89 | 0.47 |
| Hex | E1 | DA | D | 0 | 3 | 5E | C | 3A | 59 | 2F |
| Octal | 341 | 332 | 15 | 0 | 3 | 136 | 14 | 72 | 131 | 57 |
| Binary | 11100001 | 11011010 | 1101 | 0 | 11 | 1011110 | 1100 | 111010 | 1011001 | 101111 |
Color Harmonies of #E1DA0D
Complementary color
Monochromatic Colors of #E1DA0D
Black with #E1DA0D
Text Example
Text Example
White with #E1DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA0D; }
p { color: rgb(225,218,13); }
H1.HeaderClassName
{
color: #E1DA0D;
}
.AnyTagClassName
{
color: #E1DA0D;
}
</style>
background-color css
<style>
a { background-color: #E1DA0D; }
a { background-color: rgb(225,218,13); }
div.DivClassName
{
background-color: #E1DA0D;
}
.BgClassName
{
background-color: #E1DA0D;
}
</style>
border-color css
<style>
span { border-color: #E1DA0D; }
span { border-color: rgb(225,218,13); }
td.TdClassName
{
border-color: #E1DA0D;
}
.TagClassName
{
border-color: #E1DA0D;
}
</style>