Shades of Barberry #E0DC15
Tints of Barberry #E0DC15
RGB
CMYK
RGB Variations
Color information
#E0DC15 (or 0xE0DC15) is known color: Barberry. HEX triplet: E0, DC and 15. RGB value is (224,220,21). Sum of RGB (Red+Green+Blue) = 224+220+21=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DC15 is #1F23EA. Grayscale: #C7C7C7. Windows color (decimal): -2040811 or 1432800. OLE color: 1432800.
HSL color Cylindrical-coordinate representation of color #E0DC15: hue angle of 58.82º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0DC15 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 21 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.12 |
| HSL | 58.82º | 0.83% | 0.48% | - |
| HSV(B) | 58.82º | 0.91% | 0.88% | - |
| XYZ | 56.47 | 67.09 | 10.68 | - |
| YUV | 198.51 | 27.83 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 21 | 0 | 0.02 | 0.91 | 0.12 | 58.82 | 0.83 | 0.48 |
| Hex | E0 | DC | 15 | 0 | 2 | 5B | C | 3B | 53 | 30 |
| Octal | 340 | 334 | 25 | 0 | 2 | 133 | 14 | 73 | 123 | 60 |
| Binary | 11100000 | 11011100 | 10101 | 0 | 10 | 1011011 | 1100 | 111011 | 1010011 | 110000 |
Color Harmonies of #E0DC15
Complementary color
Monochromatic Colors of #E0DC15
Black with #E0DC15
Text Example
Text Example
White with #E0DC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC15; }
p { color: rgb(224,220,21); }
H1.HeaderClassName
{
color: #E0DC15;
}
.AnyTagClassName
{
color: #E0DC15;
}
</style>
background-color css
<style>
a { background-color: #E0DC15; }
a { background-color: rgb(224,220,21); }
div.DivClassName
{
background-color: #E0DC15;
}
.BgClassName
{
background-color: #E0DC15;
}
</style>
border-color css
<style>
span { border-color: #E0DC15; }
span { border-color: rgb(224,220,21); }
td.TdClassName
{
border-color: #E0DC15;
}
.TagClassName
{
border-color: #E0DC15;
}
</style>