Shades of Barberry #E0D80E
Tints of Barberry #E0D80E
RGB
CMYK
RGB Variations
Color information
#E0D80E (or 0xE0D80E) is known color: Barberry. HEX triplet: E0, D8 and 0E. RGB value is (224,216,14). Sum of RGB (Red+Green+Blue) = 224+216+14=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D80E is #1F27F1. Grayscale: #C4C4C4. Windows color (decimal): -2041842 or 973024. OLE color: 973024.
HSL color Cylindrical-coordinate representation of color #E0D80E: hue angle of 57.71º degrees, saturation: 0.88, 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 #E0D80E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.12 |
| HSL | 57.71º | 0.88% | 0.47% | - |
| HSV(B) | 57.71º | 0.94% | 0.88% | - |
| XYZ | 55.38 | 64.99 | 10.04 | - |
| YUV | 195.36 | 25.65 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 14 | 0 | 0.04 | 0.94 | 0.12 | 57.71 | 0.88 | 0.47 |
| Hex | E0 | D8 | E | 0 | 4 | 5E | C | 3A | 58 | 2F |
| Octal | 340 | 330 | 16 | 0 | 4 | 136 | 14 | 72 | 130 | 57 |
| Binary | 11100000 | 11011000 | 1110 | 0 | 100 | 1011110 | 1100 | 111010 | 1011000 | 101111 |
Color Harmonies of #E0D80E
Complementary color
Monochromatic Colors of #E0D80E
Black with #E0D80E
Text Example
Text Example
White with #E0D80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D80E; }
p { color: rgb(224,216,14); }
H1.HeaderClassName
{
color: #E0D80E;
}
.AnyTagClassName
{
color: #E0D80E;
}
</style>
background-color css
<style>
a { background-color: #E0D80E; }
a { background-color: rgb(224,216,14); }
div.DivClassName
{
background-color: #E0D80E;
}
.BgClassName
{
background-color: #E0D80E;
}
</style>
border-color css
<style>
span { border-color: #E0D80E; }
span { border-color: rgb(224,216,14); }
td.TdClassName
{
border-color: #E0D80E;
}
.TagClassName
{
border-color: #E0D80E;
}
</style>