Shades of Barberry #E0D71A
Tints of Barberry #E0D71A
RGB
CMYK
RGB Variations
Color information
#E0D71A (or 0xE0D71A) is known color: Barberry. HEX triplet: E0, D7 and 1A. RGB value is (224,215,26). Sum of RGB (Red+Green+Blue) = 224+215+26=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D71A is #1F28E5. Grayscale: #C4C4C4. Windows color (decimal): -2042086 or 1759200. OLE color: 1759200.
HSL color Cylindrical-coordinate representation of color #E0D71A: hue angle of 57.27º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0D71A is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 26 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.12 |
| HSL | 57.27º | 0.79% | 0.49% | - |
| HSV(B) | 57.27º | 0.88% | 0.88% | - |
| XYZ | 55.23 | 64.52 | 10.52 | - |
| YUV | 196.15 | 31.98 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 26 | 0 | 0.04 | 0.88 | 0.12 | 57.27 | 0.79 | 0.49 |
| Hex | E0 | D7 | 1A | 0 | 4 | 58 | C | 39 | 4F | 31 |
| Octal | 340 | 327 | 32 | 0 | 4 | 130 | 14 | 71 | 117 | 61 |
| Binary | 11100000 | 11010111 | 11010 | 0 | 100 | 1011000 | 1100 | 111001 | 1001111 | 110001 |
Color Harmonies of #E0D71A
Complementary color
Monochromatic Colors of #E0D71A
Black with #E0D71A
Text Example
Text Example
White with #E0D71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D71A; }
p { color: rgb(224,215,26); }
H1.HeaderClassName
{
color: #E0D71A;
}
.AnyTagClassName
{
color: #E0D71A;
}
</style>
background-color css
<style>
a { background-color: #E0D71A; }
a { background-color: rgb(224,215,26); }
div.DivClassName
{
background-color: #E0D71A;
}
.BgClassName
{
background-color: #E0D71A;
}
</style>
border-color css
<style>
span { border-color: #E0D71A; }
span { border-color: rgb(224,215,26); }
td.TdClassName
{
border-color: #E0D71A;
}
.TagClassName
{
border-color: #E0D71A;
}
</style>