#E18A49

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

Shades of Flamenco #E18A49

Tints of Flamenco #E18A49

Color information

#E18A49 (or 0xE18A49) is unknown color: approx Flamenco. HEX triplet: E1, 8A and 49. RGB value is (225,138,73). Sum of RGB (Red+Green+Blue) = 225+138+73=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A49 is #1E75B6. Grayscale: #9C9C9C. Windows color (decimal): -1996215 or 4819681. OLE color: 4819681.

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

Color convert

RGB22513873-
CMYK00.390.680.12
HSL25.66º71.7%58.43%-
HSV(B)25.66º67.56%88.24%-
XYZ41.3434.6710.82-
YUV156.680.82176.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 73 (28.91% from 255) = 16.74%
R=51.61%
G=31.65%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251387300.390.680.1225.6671.758.43
HexE18A4902744C1a483a
Octal341212111047104143211072
Binary11100001100010101001001010011110001001100110101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A49; }

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

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

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

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

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

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

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

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