#E18A4A

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

Shades of Flamenco #E18A4A

Tints of Flamenco #E18A4A

Color information

#E18A4A (or 0xE18A4A) is unknown color: approx Flamenco. HEX triplet: E1, 8A and 4A. RGB value is (225,138,74). Sum of RGB (Red+Green+Blue) = 225+138+74=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A4A is #1E75B5. Grayscale: #9D9D9D. Windows color (decimal): -1996214 or 4885217. OLE color: 4885217.

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

Color convert

RGB22513874-
CMYK00.390.670.12
HSL25.43º71.56%58.63%-
HSV(B)25.43º67.11%88.24%-
XYZ41.3834.6810.99-
YUV156.7281.32176.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.49%
GREEN value IS 138 (54.30% from 255) = 31.58%
BLUE value IS 74 (29.30% from 255) = 16.93%
R=51.49%
G=31.58%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251387400.390.670.1225.4371.5658.63
HexE18A4A02743C19483b
Octal341212112047103143111073
Binary11100001100010101001010010011110000111100110011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A4A; }

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

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

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

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

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

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

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

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