Html Css Color HEX #EA593D Flamingo

📋 copy color: '#EA593D'

red 234 ◦ green 89 ◦ blue 61

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

Shades of Flamingo #EA593D

Tints of Flamingo #EA593D

RGB

 RED value IS 234 (91.8% 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 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

#EA593D (or 0xEA593D) is known color: 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

RGB 234 89 61 -
CMYK 0 0.62 0.74 0.08
HSL 9.71º 0.8% 0.58% -
HSV(B) 9.71º 0.74% 0.92% -
XYZ 38.35 24.97 7.21 -
YUV 129.16 89.54 202.78 -
System Red Green Blue C M Y K H S L
Decimal 234 89 61 0 0.62 0.74 0.08 9.71 0.8 0.58
Hex EA 59 3D 0 3E 4A 8 A 50 3A
Octal 352 131 75 0 76 112 10 12 120 72
Binary 11101010 1011001 111101 0 111110 1001010 1000 1010 1010000 111010

Color Harmonies of #EA593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA593D

Black with #EA593D

Text Example


Text Example

White with #EA593D

Text Example


Text Example

HTML Codes & Css Web 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>