#E18B4A

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

Shades of Flamenco #E18B4A

Tints of Flamenco #E18B4A

Color information

#E18B4A (or 0xE18B4A) is unknown color: approx Flamenco. HEX triplet: E1, 8B and 4A. RGB value is (225,139,74). Sum of RGB (Red+Green+Blue) = 225+139+74=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B4A is #1E74B5. Grayscale: #9D9D9D. Windows color (decimal): -1995958 or 4885473. OLE color: 4885473.

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

Color convert

RGB22513974-
CMYK00.380.670.12
HSL25.83º71.56%58.63%-
HSV(B)25.83º67.11%88.24%-
XYZ41.5234.9711.04-
YUV157.380.99176.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.37%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 74 (29.30% from 255) = 16.89%
R=51.37%
G=31.74%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251397400.380.670.1225.8371.5658.63
HexE18B4A02643C1a483b
Octal341213112046103143211073
Binary11100001100010111001010010011010000111100110101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18B4A; }

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

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

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

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

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

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

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

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