Shades of Barberry #E1D90F
Tints of Barberry #E1D90F
RGB
CMYK
RGB Variations
Color information
#E1D90F (or 0xE1D90F) is known color: Barberry. HEX triplet: E1, D9 and 0F. RGB value is (225,217,15). Sum of RGB (Red+Green+Blue) = 225+217+15=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D90F is #1E26F0. Grayscale: #C5C5C5. Windows color (decimal): -1976049 or 1038817. OLE color: 1038817.
HSL color Cylindrical-coordinate representation of color #E1D90F: hue angle of 57.71º degrees, saturation: 0.88, 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 #E1D90F is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 15 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.12 |
| HSL | 57.71º | 0.88% | 0.47% | - |
| HSV(B) | 57.71º | 0.93% | 0.88% | - |
| XYZ | 55.95 | 65.67 | 10.18 | - |
| YUV | 196.36 | 25.65 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 15 | 0 | 0.04 | 0.93 | 0.12 | 57.71 | 0.88 | 0.47 |
| Hex | E1 | D9 | F | 0 | 4 | 5D | C | 3A | 58 | 2F |
| Octal | 341 | 331 | 17 | 0 | 4 | 135 | 14 | 72 | 130 | 57 |
| Binary | 11100001 | 11011001 | 1111 | 0 | 100 | 1011101 | 1100 | 111010 | 1011000 | 101111 |
Color Harmonies of #E1D90F
Complementary color
Monochromatic Colors of #E1D90F
Black with #E1D90F
Text Example
Text Example
White with #E1D90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D90F; }
p { color: rgb(225,217,15); }
H1.HeaderClassName
{
color: #E1D90F;
}
.AnyTagClassName
{
color: #E1D90F;
}
</style>
background-color css
<style>
a { background-color: #E1D90F; }
a { background-color: rgb(225,217,15); }
div.DivClassName
{
background-color: #E1D90F;
}
.BgClassName
{
background-color: #E1D90F;
}
</style>
border-color css
<style>
span { border-color: #E1D90F; }
span { border-color: rgb(225,217,15); }
td.TdClassName
{
border-color: #E1D90F;
}
.TagClassName
{
border-color: #E1D90F;
}
</style>