#E15E40

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

Shades of Flamingo #E15E40

Tints of Flamingo #E15E40

Color information

#E15E40 (or 0xE15E40) is unknown color: approx Flamingo. HEX triplet: E1, 5E and 40. RGB value is (225,94,64). Sum of RGB (Red+Green+Blue) = 225+94+64=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15E40 is #1EA1BF. Grayscale: #828282. Windows color (decimal): -2007488 or 4218593. OLE color: 4218593.

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

Color convert

RGB2259464-
CMYK00.580.720.12
HSL11.18º72.85%56.67%-
HSV(B)11.18º71.56%88.24%-
XYZ35.9824.387.66-
YUV129.7590.9195.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.75%
GREEN value IS 94 (37.11% from 255) = 24.54%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=58.75%
G=24.54%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225946400.580.720.1211.1872.8556.67
HexE15E4003A48Cb4939
Octal341136100072110141311171
Binary111000011011110100000001110101001000110010111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15E40; }

 p { color: rgb(225,94,64); }

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

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

 a { background-color: rgb(225,94,64); }

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

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

 span { border-color: rgb(225,94,64); }

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