#E18446

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

Shades of Flamenco #E18446

Tints of Flamenco #E18446

Color information

#E18446 (or 0xE18446) is unknown color: approx Flamenco. HEX triplet: E1, 84 and 46. RGB value is (225,132,70). Sum of RGB (Red+Green+Blue) = 225+132+70=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E18446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18446 is #1E7BB9. Grayscale: #999999. Windows color (decimal): -1997754 or 4621537. OLE color: 4621537.

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

Color convert

RGB22513270-
CMYK00.410.690.12
HSL24º72.09%57.84%-
HSV(B)24º68.89%88.24%-
XYZ40.4132.9510.03-
YUV152.7481.31179.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.69%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 70 (27.73% from 255) = 16.39%
R=52.69%
G=30.91%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251327000.410.690.122472.0957.84
HexE1844602945C18483a
Octal341204106051105143011072
Binary11100001100001001000110010100110001011100110001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18446; }

 p { color: rgb(225,132,70); }

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

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

 a { background-color: rgb(225,132,70); }

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

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

 span { border-color: rgb(225,132,70); }

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