Html Css Color HEX #EA5E40 Flamingo

📋 copy color: '#EA5E40'

red 234 ◦ green 94 ◦ blue 64

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

Shades of Flamingo #EA5E40

Tints of Flamingo #EA5E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.98%

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 59.69%
G = 23.98%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA5E40 (or 0xEA5E40) is known color: Flamingo. HEX triplet: EA, 5E and 40. RGB value is (234,94,64). Sum of RGB (Red+Green+Blue) = 234+94+64=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E40 is #15A1BF. Grayscale: #848484. Windows color (decimal): -1417664 or 4218602. OLE color: 4218602.

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

Color convert

RGB 234 94 64 -
CMYK 0 0.60 0.73 0.08
HSL 10.59º 0.8% 0.58% -
HSV(B) 10.59º 0.73% 0.92% -
XYZ 38.86 25.87 7.8 -
YUV 132.44 89.38 200.44 -
System Red Green Blue C M Y K H S L
Decimal 234 94 64 0 0.60 0.73 0.08 10.59 0.8 0.58
Hex EA 5E 40 0 3C 49 8 B 50 3A
Octal 352 136 100 0 74 111 10 13 120 72
Binary 11101010 1011110 1000000 0 111100 1001001 1000 1011 1010000 111010

Color Harmonies of #EA5E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E40

Black with #EA5E40

Text Example


Text Example

White with #EA5E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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