#E1D814

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

Shades of Barberry #E1D814

Tints of Barberry #E1D814

Color information

#E1D814 (or 0xE1D814) is unknown color: approx Barberry. HEX triplet: E1, D8 and 14. RGB value is (225,216,20). Sum of RGB (Red+Green+Blue) = 225+216+20=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D814 is #1E27EB. Grayscale: #C5C5C5. Windows color (decimal): -1976300 or 1366241. OLE color: 1366241.

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

Color convert

RGB22521620-
CMYK00.040.910.12
HSL57.37º83.67%48.04%-
HSV(B)57.37º91.11%88.24%-
XYZ55.7365.1710.3-
YUV196.3528.48148.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 216 (84.77% from 255) = 46.85%
BLUE value IS 20 (8.20% from 255) = 4.34%
R=48.81%
G=46.85%
B=4.34%

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
Decimal2252162000.040.910.1257.3783.6748.04
HexE1D814045BC395430
Octal3413302404133147112460
Binary1110000111011000101000100101101111001110011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D814; }

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

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

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

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

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

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

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

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