#E0DC18

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

Shades of Barberry #E0DC18

Tints of Barberry #E0DC18

Color information

#E0DC18 (or 0xE0DC18) is unknown color: approx Barberry. HEX triplet: E0, DC and 18. RGB value is (224,220,24). Sum of RGB (Red+Green+Blue) = 224+220+24=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DC18 is #1F23E7. Grayscale: #C7C7C7. Windows color (decimal): -2040808 or 1629408. OLE color: 1629408.

HSL color Cylindrical-coordinate representation of color #E0DC18: hue angle of 58.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0DC18 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB22422024-
CMYK00.020.890.12
HSL58.8º80.65%48.63%-
HSV(B)58.8º89.29%87.84%-
XYZ56.567.110.84-
YUV198.8529.33145.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.86%
GREEN value IS 220 (86.33% from 255) = 47.01%
BLUE value IS 24 (9.77% from 255) = 5.13%
R=47.86%
G=47.01%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242202400.020.890.1258.880.6548.63
HexE0DC180259C3b5131
Octal3403343002131147312161
Binary111000001101110011000010101100111001110111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DC18; }

 p { color: rgb(224,220,24); }

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

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

 a { background-color: rgb(224,220,24); }

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

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

 span { border-color: rgb(224,220,24); }

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