#E1D914

Color #E1D914 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #E1D914

Tints of Barberry #E1D914

Color information

#E1D914 (or 0xE1D914) is unknown color: approx Barberry. HEX triplet: E1, D9 and 14. RGB value is (225,217,20). Sum of RGB (Red+Green+Blue) = 225+217+20=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D914 is #1E26EB. Grayscale: #C5C5C5. Windows color (decimal): -1976044 or 1366497. OLE color: 1366497.

HSL color Cylindrical-coordinate representation of color #E1D914: hue angle of 57.66º degrees, saturation: 0.84, 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 #E1D914 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB22521720-
CMYK00.040.910.12
HSL57.66º83.67%48.04%-
HSV(B)57.66º91.11%88.24%-
XYZ55.9965.6810.39-
YUV196.9328.15148.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 217 (85.16% from 255) = 46.97%
BLUE value IS 20 (8.20% from 255) = 4.33%
R=48.70%
G=46.97%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252172000.040.910.1257.6683.6748.04
HexE1D914045BC3a5430
Octal3413312404133147212460
Binary1110000111011001101000100101101111001110101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D914; }

 p { color: rgb(225,217,20); }

 H1.HeaderClassName
 {
   color: #E1D914;
 }
 .AnyTagClassName
 {
   color: #E1D914;
 }
</style>
background-color css

<style>
 a { background-color: #E1D914; }

 a { background-color: rgb(225,217,20); }

 div.DivClassName
 {
   background-color: #E1D914;
 }
 .BgClassName
 {
   background-color: #E1D914;
 }
</style>
border-color css

<style>
 span { border-color: #E1D914; }

 span { border-color: rgb(225,217,20); }

 td.TdClassName
 {
   border-color: #E1D914;
 }
 .TagClassName
 {
   border-color: #E1D914;
 }
</style>