Html Css Color HEX #EA5E42 Flamingo

📋 copy color: '#EA5E42'

red 234 ◦ green 94 ◦ blue 66

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

Shades of Flamingo #EA5E42

Tints of Flamingo #EA5E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.75%

R = 59.39%
G = 23.86%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA5E42 (or 0xEA5E42) is known color: Flamingo. HEX triplet: EA, 5E and 42. RGB value is (234,94,66). Sum of RGB (Red+Green+Blue) = 234+94+66=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E42 is #15A1BD. Grayscale: #848484. Windows color (decimal): -1417662 or 4349674. OLE color: 4349674.

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

Color convert

RGB 234 94 66 -
CMYK 0 0.60 0.72 0.08
HSL 10º 0.8% 0.59% -
HSV(B) 10º 0.72% 0.92% -
XYZ 38.92 25.89 8.1 -
YUV 132.67 90.38 200.28 -
System Red Green Blue C M Y K H S L
Decimal 234 94 66 0 0.60 0.72 0.08 10 0.8 0.59
Hex EA 5E 42 0 3C 48 8 A 50 3B
Octal 352 136 102 0 74 110 10 12 120 73
Binary 11101010 1011110 1000010 0 111100 1001000 1000 1010 1010000 111011

Color Harmonies of #EA5E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E42

Black with #EA5E42

Text Example


Text Example

White with #EA5E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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