#E45E40

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

Shades of Flamingo #E45E40

Tints of Flamingo #E45E40

Color information

#E45E40 (or 0xE45E40) is unknown color: approx Flamingo. HEX triplet: E4, 5E and 40. RGB value is (228,94,64). Sum of RGB (Red+Green+Blue) = 228+94+64=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45E40 is #1BA1BF. Grayscale: #828282. Windows color (decimal): -1810880 or 4218596. OLE color: 4218596.

HSL color Cylindrical-coordinate representation of color #E45E40: hue angle of 10.98º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E45E40 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB2289464-
CMYK00.590.720.11
HSL10.98º75.23%57.25%-
HSV(B)10.98º71.93%89.41%-
XYZ36.9224.877.7-
YUV130.6590.39197.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.07%
GREEN value IS 94 (37.11% from 255) = 24.35%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=59.07%
G=24.35%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228946400.590.720.1110.9875.2357.25
HexE45E4003B48Bb4b39
Octal344136100073110131311371
Binary111001001011110100000001110111001000101110111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45E40; }

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

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

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

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

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

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

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

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