Html Css Color HEX #EA644A Flamingo

📋 copy color: '#EA644A'

red 234 ◦ green 100 ◦ blue 74

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

Shades of Flamingo #EA644A

Tints of Flamingo #EA644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.51%

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 57.35%
G = 24.51%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA644A (or 0xEA644A) is known color: Flamingo. HEX triplet: EA, 64 and 4A. RGB value is (234,100,74). Sum of RGB (Red+Green+Blue) = 234+100+74=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA644A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA644A is #159BB5. Grayscale: #898989. Windows color (decimal): -1416118 or 4875498. OLE color: 4875498.

HSL color Cylindrical-coordinate representation of color #EA644A: hue angle of 9.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA644A is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 100 74 -
CMYK 0 0.57 0.68 0.08
HSL 9.75º 0.79% 0.6% -
HSV(B) 9.75º 0.68% 0.92% -
XYZ 39.72 27.1 9.62 -
YUV 137.1 92.39 197.11 -
System Red Green Blue C M Y K H S L
Decimal 234 100 74 0 0.57 0.68 0.08 9.75 0.79 0.6
Hex EA 64 4A 0 39 44 8 A 4F 3C
Octal 352 144 112 0 71 104 10 12 117 74
Binary 11101010 1100100 1001010 0 111001 1000100 1000 1010 1001111 111100

Color Harmonies of #EA644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA644A

Black with #EA644A

Text Example


Text Example

White with #EA644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA644A; }

 p { color: rgb(234,100,74); }

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

background-color css

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

 a { background-color: rgb(234,100,74); }

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

border-color css

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

 span { border-color: rgb(234,100,74); }

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