#EA5F40

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

Shades of Flamingo #EA5F40

Tints of Flamingo #EA5F40

Color information

#EA5F40 (or 0xEA5F40) is unknown color: approx Flamingo. HEX triplet: EA, 5F and 40. RGB value is (234,95,64). Sum of RGB (Red+Green+Blue) = 234+95+64=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5F40 is #15A0BF. Grayscale: #858585. Windows color (decimal): -1417408 or 4218858. OLE color: 4218858.

HSL color Cylindrical-coordinate representation of color #EA5F40: hue angle of 10.94º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA5F40 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB2349564-
CMYK00.590.730.08
HSL10.94º80.19%58.43%-
HSV(B)10.94º72.65%91.76%-
XYZ38.9526.057.83-
YUV133.0389.05200.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.54%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=59.54%
G=24.17%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234956400.590.730.0810.9480.1958.43
HexEA5F4003B498b503a
Octal352137100073111101312072
Binary111010101011111100000001110111001001100010111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5F40; }

 p { color: rgb(234,95,64); }

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

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

 a { background-color: rgb(234,95,64); }

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

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

 span { border-color: rgb(234,95,64); }

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