#EA593D

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

Shades of Flamingo #EA593D

Tints of Flamingo #EA593D

Color information

#EA593D (or 0xEA593D) is unknown color: approx Flamingo. HEX triplet: EA, 59 and 3D. RGB value is (234,89,61). Sum of RGB (Red+Green+Blue) = 234+89+61=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA593D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA593D is #15A6C2. Grayscale: #818181. Windows color (decimal): -1418947 or 4020714. OLE color: 4020714.

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

Color convert

RGB2348961-
CMYK00.620.740.08
HSL9.71º80.47%57.84%-
HSV(B)9.71º73.93%91.76%-
XYZ38.3524.977.21-
YUV129.1689.54202.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.94%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 61 (24.22% from 255) = 15.89%
R=60.94%
G=23.18%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234896100.620.740.089.7180.4757.84
HexEA593D03E4A8a503a
Octal35213175076112101212072
Binary11101010101100111110101111101001010100010101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA593D; }

 p { color: rgb(234,89,61); }

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

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

 a { background-color: rgb(234,89,61); }

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

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

 span { border-color: rgb(234,89,61); }

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