#E18345

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

Shades of Flamenco #E18345

Tints of Flamenco #E18345

Color information

#E18345 (or 0xE18345) is unknown color: approx Flamenco. HEX triplet: E1, 83 and 45. RGB value is (225,131,69). Sum of RGB (Red+Green+Blue) = 225+131+69=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E18345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18345 is #1E7CBA. Grayscale: #989898. Windows color (decimal): -1998011 or 4555745. OLE color: 4555745.

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

Color convert

RGB22513169-
CMYK00.420.690.12
HSL23.85º72.22%57.65%-
HSV(B)23.85º69.33%88.24%-
XYZ40.2432.679.82-
YUV152.0481.14180.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 69 (27.34% from 255) = 16.24%
R=52.94%
G=30.82%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251316900.420.690.1223.8572.2257.65
HexE1834502A45C18483a
Octal341203105052105143011072
Binary11100001100000111000101010101010001011100110001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18345; }

 p { color: rgb(225,131,69); }

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

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

 a { background-color: rgb(225,131,69); }

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

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

 span { border-color: rgb(225,131,69); }

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