Shades of Barberry #E0D718
Tints of Barberry #E0D718
RGB
CMYK
RGB Variations
Color information
#E0D718 (or 0xE0D718) is known color: Barberry. HEX triplet: E0, D7 and 18. RGB value is (224,215,24). Sum of RGB (Red+Green+Blue) = 224+215+24=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 24 (9.77% from 255 or 5.18% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D718 is #1F28E7. Grayscale: #C4C4C4. Windows color (decimal): -2042088 or 1628128. OLE color: 1628128.
HSL color Cylindrical-coordinate representation of color #E0D718: hue angle of 57.3º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0D718 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 24 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.12 |
| HSL | 57.3º | 0.81% | 0.49% | - |
| HSV(B) | 57.3º | 0.89% | 0.88% | - |
| XYZ | 55.21 | 64.51 | 10.41 | - |
| YUV | 195.92 | 30.98 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 24 | 0 | 0.04 | 0.89 | 0.12 | 57.3 | 0.81 | 0.49 |
| Hex | E0 | D7 | 18 | 0 | 4 | 59 | C | 39 | 51 | 31 |
| Octal | 340 | 327 | 30 | 0 | 4 | 131 | 14 | 71 | 121 | 61 |
| Binary | 11100000 | 11010111 | 11000 | 0 | 100 | 1011001 | 1100 | 111001 | 1010001 | 110001 |
Color Harmonies of #E0D718
Complementary color
Monochromatic Colors of #E0D718
Black with #E0D718
Text Example
Text Example
White with #E0D718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D718; }
p { color: rgb(224,215,24); }
H1.HeaderClassName
{
color: #E0D718;
}
.AnyTagClassName
{
color: #E0D718;
}
</style>
background-color css
<style>
a { background-color: #E0D718; }
a { background-color: rgb(224,215,24); }
div.DivClassName
{
background-color: #E0D718;
}
.BgClassName
{
background-color: #E0D718;
}
</style>
border-color css
<style>
span { border-color: #E0D718; }
span { border-color: rgb(224,215,24); }
td.TdClassName
{
border-color: #E0D718;
}
.TagClassName
{
border-color: #E0D718;
}
</style>