Shades of Barberry #E0D710
Tints of Barberry #E0D710
RGB
CMYK
RGB Variations
Color information
#E0D710 (or 0xE0D710) is known color: Barberry. HEX triplet: E0, D7 and 10. RGB value is (224,215,16). Sum of RGB (Red+Green+Blue) = 224+215+16=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D710 is #1F28EF. Grayscale: #C3C3C3. Windows color (decimal): -2042096 or 1103840. OLE color: 1103840.
HSL color Cylindrical-coordinate representation of color #E0D710: hue angle of 57.4º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0D710 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 16 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.12 |
| HSL | 57.4º | 0.87% | 0.47% | - |
| HSV(B) | 57.4º | 0.93% | 0.88% | - |
| XYZ | 55.13 | 64.49 | 10.03 | - |
| YUV | 195.01 | 26.98 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 16 | 0 | 0.04 | 0.93 | 0.12 | 57.4 | 0.87 | 0.47 |
| Hex | E0 | D7 | 10 | 0 | 4 | 5D | C | 39 | 57 | 2F |
| Octal | 340 | 327 | 20 | 0 | 4 | 135 | 14 | 71 | 127 | 57 |
| Binary | 11100000 | 11010111 | 10000 | 0 | 100 | 1011101 | 1100 | 111001 | 1010111 | 101111 |
Color Harmonies of #E0D710
Complementary color
Monochromatic Colors of #E0D710
Black with #E0D710
Text Example
Text Example
White with #E0D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D710; }
p { color: rgb(224,215,16); }
H1.HeaderClassName
{
color: #E0D710;
}
.AnyTagClassName
{
color: #E0D710;
}
</style>
background-color css
<style>
a { background-color: #E0D710; }
a { background-color: rgb(224,215,16); }
div.DivClassName
{
background-color: #E0D710;
}
.BgClassName
{
background-color: #E0D710;
}
</style>
border-color css
<style>
span { border-color: #E0D710; }
span { border-color: rgb(224,215,16); }
td.TdClassName
{
border-color: #E0D710;
}
.TagClassName
{
border-color: #E0D710;
}
</style>