#E18A43

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

Shades of Flamenco #E18A43

Tints of Flamenco #E18A43

Color information

#E18A43 (or 0xE18A43) is unknown color: approx Flamenco. HEX triplet: E1, 8A and 43. RGB value is (225,138,67). Sum of RGB (Red+Green+Blue) = 225+138+67=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A43 is #1E75BC. Grayscale: #9C9C9C. Windows color (decimal): -1996221 or 4426465. OLE color: 4426465.

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

Color convert

RGB22513867-
CMYK00.390.700.12
HSL26.96º72.48%57.25%-
HSV(B)26.96º70.22%88.24%-
XYZ41.1534.599.82-
YUV155.9277.82177.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.33%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 67 (26.56% from 255) = 15.58%
R=52.33%
G=32.09%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251386700.390.700.1226.9672.4857.25
HexE18A4302746C1b4839
Octal341212103047106143311071
Binary11100001100010101000011010011110001101100110111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A43; }

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

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

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

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

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

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

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

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