Html Css Color HEX #EA593E Flamingo

📋 copy color: '#EA593E'

red 234 ◦ green 89 ◦ blue 62

#EA593E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #EA593E

Tints of Flamingo #EA593E

RGB

 RED value IS 234 (91.8% from 255) = 60.78%

 GREEN value IS 89 (35.16% from 255) = 23.12%

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 60.78%
G = 23.12%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA593E (or 0xEA593E) is known color: Flamingo. HEX triplet: EA, 59 and 3E. RGB value is (234,89,62). Sum of RGB (Red+Green+Blue) = 234+89+62=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA593E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA593E is #15A6C1. Grayscale: #818181. Windows color (decimal): -1418946 or 4086250. OLE color: 4086250.

HSL color Cylindrical-coordinate representation of color #EA593E: hue angle of 9.42º 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 #EA593E is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 89 62 -
CMYK 0 0.62 0.74 0.08
HSL 9.42º 0.8% 0.58% -
HSV(B) 9.42º 0.74% 0.92% -
XYZ 38.37 24.98 7.36 -
YUV 129.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 234 89 62 0 0.62 0.74 0.08 9.42 0.8 0.58
Hex EA 59 3E 0 3E 4A 8 9 50 3A
Octal 352 131 76 0 76 112 10 11 120 72
Binary 11101010 1011001 111110 0 111110 1001010 1000 1001 1010000 111010

Color Harmonies of #EA593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA593E

Black with #EA593E

Text Example


Text Example

White with #EA593E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA593E; }

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

 H1.HeaderClassName
 {
   color: #EA593E;
 }
 .AnyTagClassName
 {
   color: #EA593E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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