Shades of Barberry #E0D417
Tints of Barberry #E0D417
RGB
CMYK
RGB Variations
Color information
#E0D417 (or 0xE0D417) is known color: Barberry. HEX triplet: E0, D4 and 17. RGB value is (224,212,23). Sum of RGB (Red+Green+Blue) = 224+212+23=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 23 (9.38% from 255 or 5.01% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D417 is #1F2BE8. Grayscale: #C2C2C2. Windows color (decimal): -2042857 or 1561824. OLE color: 1561824.
HSL color Cylindrical-coordinate representation of color #E0D417: hue angle of 56.42º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0D417 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 23 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.12 |
| HSL | 56.42º | 0.81% | 0.48% | - |
| HSV(B) | 56.42º | 0.9% | 0.88% | - |
| XYZ | 54.44 | 63 | 10.1 | - |
| YUV | 194.04 | 31.48 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 23 | 0 | 0.05 | 0.90 | 0.12 | 56.42 | 0.81 | 0.48 |
| Hex | E0 | D4 | 17 | 0 | 5 | 5A | C | 38 | 51 | 30 |
| Octal | 340 | 324 | 27 | 0 | 5 | 132 | 14 | 70 | 121 | 60 |
| Binary | 11100000 | 11010100 | 10111 | 0 | 101 | 1011010 | 1100 | 111000 | 1010001 | 110000 |
Color Harmonies of #E0D417
Complementary color
Monochromatic Colors of #E0D417
Black with #E0D417
Text Example
Text Example
White with #E0D417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D417; }
p { color: rgb(224,212,23); }
H1.HeaderClassName
{
color: #E0D417;
}
.AnyTagClassName
{
color: #E0D417;
}
</style>
background-color css
<style>
a { background-color: #E0D417; }
a { background-color: rgb(224,212,23); }
div.DivClassName
{
background-color: #E0D417;
}
.BgClassName
{
background-color: #E0D417;
}
</style>
border-color css
<style>
span { border-color: #E0D417; }
span { border-color: rgb(224,212,23); }
td.TdClassName
{
border-color: #E0D417;
}
.TagClassName
{
border-color: #E0D417;
}
</style>