#E1DB0F

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

Shades of Barberry #E1DB0F

Tints of Barberry #E1DB0F

Color information

#E1DB0F (or 0xE1DB0F) is unknown color: approx Barberry. HEX triplet: E1, DB and 0F. RGB value is (225,219,15). Sum of RGB (Red+Green+Blue) = 225+219+15=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DB0F is #1E24F0. Grayscale: #C6C6C6. Windows color (decimal): -1975537 or 1039329. OLE color: 1039329.

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

Color convert

RGB22521915-
CMYK00.030.930.12
HSL58.29º87.5%47.06%-
HSV(B)58.29º93.33%88.24%-
XYZ56.4766.7110.35-
YUV197.5424.99147.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 219 (85.94% from 255) = 47.71%
BLUE value IS 15 (6.25% from 255) = 3.27%
R=49.02%
G=47.71%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252191500.030.930.1258.2987.547.06
HexE1DBF035DC3a582f
Octal3413331703135147213057
Binary11100001110110111111011101110111001110101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DB0F; }

 p { color: rgb(225,219,15); }

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

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

 a { background-color: rgb(225,219,15); }

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

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

 span { border-color: rgb(225,219,15); }

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