Html Css Color HEX #EA5A3E Flamingo

📋 copy color: '#EA5A3E'

red 234 ◦ green 90 ◦ blue 62

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

Shades of Flamingo #EA5A3E

Tints of Flamingo #EA5A3E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

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

R = 60.62%
G = 23.32%
B = 16.06%

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

#EA5A3E (or 0xEA5A3E) is known color: Flamingo. HEX triplet: EA, 5A and 3E. RGB value is (234,90,62). Sum of RGB (Red+Green+Blue) = 234+90+62=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5A3E is #15A5C1. Grayscale: #828282. Windows color (decimal): -1418690 or 4086506. OLE color: 4086506.

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

Color convert

RGB 234 90 62 -
CMYK 0 0.62 0.74 0.08
HSL 9.77º 0.8% 0.58% -
HSV(B) 9.77º 0.74% 0.92% -
XYZ 38.46 25.15 7.39 -
YUV 129.86 89.71 202.28 -
System Red Green Blue C M Y K H S L
Decimal 234 90 62 0 0.62 0.74 0.08 9.77 0.8 0.58
Hex EA 5A 3E 0 3E 4A 8 A 50 3A
Octal 352 132 76 0 76 112 10 12 120 72
Binary 11101010 1011010 111110 0 111110 1001010 1000 1010 1010000 111010

Color Harmonies of #EA5A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A3E

Black with #EA5A3E

Text Example


Text Example

White with #EA5A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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