#E18D49

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

Shades of Flamenco #E18D49

Tints of Flamenco #E18D49

Color information

#E18D49 (or 0xE18D49) is unknown color: approx Flamenco. HEX triplet: E1, 8D and 49. RGB value is (225,141,73). Sum of RGB (Red+Green+Blue) = 225+141+73=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18D49 is #1E72B6. Grayscale: #9E9E9E. Windows color (decimal): -1995447 or 4820449. OLE color: 4820449.

HSL color Cylindrical-coordinate representation of color #E18D49: hue angle of 26.84º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E18D49 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB22514173-
CMYK00.370.680.12
HSL26.84º71.7%58.43%-
HSV(B)26.84º67.56%88.24%-
XYZ41.7835.5410.96-
YUV158.3679.83175.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.25%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 73 (28.91% from 255) = 16.63%
R=51.25%
G=32.12%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251417300.370.680.1226.8471.758.43
HexE18D4902544C1b483a
Octal341215111045104143311072
Binary11100001100011011001001010010110001001100110111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D49; }

 p { color: rgb(225,141,73); }

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

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

 a { background-color: rgb(225,141,73); }

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

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

 span { border-color: rgb(225,141,73); }

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