Shades of Barberry #E0DF13
Tints of Barberry #E0DF13
RGB
CMYK
RGB Variations
Color information
#E0DF13 (or 0xE0DF13) is known color: Barberry. HEX triplet: E0, DF and 13. RGB value is (224,223,19). Sum of RGB (Red+Green+Blue) = 224+223+19=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DF13 is #1F20EC. Grayscale: #C8C8C8. Windows color (decimal): -2040045 or 1302496. OLE color: 1302496.
HSL color Cylindrical-coordinate representation of color #E0DF13: hue angle of 59.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0DF13 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 19 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.12 |
| HSL | 59.71º | 0.84% | 0.48% | - |
| HSV(B) | 59.71º | 0.92% | 0.88% | - |
| XYZ | 57.25 | 68.67 | 10.85 | - |
| YUV | 200.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 19 | 0 | 0.00 | 0.92 | 0.12 | 59.71 | 0.84 | 0.48 |
| Hex | E0 | DF | 13 | 0 | 0 | 5C | C | 3C | 54 | 30 |
| Octal | 340 | 337 | 23 | 0 | 0 | 134 | 14 | 74 | 124 | 60 |
| Binary | 11100000 | 11011111 | 10011 | 0 | 0 | 1011100 | 1100 | 111100 | 1010100 | 110000 |
Color Harmonies of #E0DF13
Complementary color
Monochromatic Colors of #E0DF13
Black with #E0DF13
Text Example
Text Example
White with #E0DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF13; }
p { color: rgb(224,223,19); }
H1.HeaderClassName
{
color: #E0DF13;
}
.AnyTagClassName
{
color: #E0DF13;
}
</style>
background-color css
<style>
a { background-color: #E0DF13; }
a { background-color: rgb(224,223,19); }
div.DivClassName
{
background-color: #E0DF13;
}
.BgClassName
{
background-color: #E0DF13;
}
</style>
border-color css
<style>
span { border-color: #E0DF13; }
span { border-color: rgb(224,223,19); }
td.TdClassName
{
border-color: #E0DF13;
}
.TagClassName
{
border-color: #E0DF13;
}
</style>