Html Css Color HEX #EA644D Flamingo

📋 copy color: '#EA644D'

red 234 ◦ green 100 ◦ blue 77

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

Shades of Flamingo #EA644D

Tints of Flamingo #EA644D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 56.93%
G = 24.33%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA644D (or 0xEA644D) is known color: Flamingo. HEX triplet: EA, 64 and 4D. RGB value is (234,100,77). Sum of RGB (Red+Green+Blue) = 234+100+77=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA644D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA644D is #159BB2. Grayscale: #898989. Windows color (decimal): -1416115 or 5072106. OLE color: 5072106.

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

Color convert

RGB 234 100 77 -
CMYK 0 0.57 0.67 0.08
HSL 8.79º 0.79% 0.61% -
HSV(B) 8.79º 0.67% 0.92% -
XYZ 39.83 27.14 10.16 -
YUV 137.44 93.89 196.87 -
System Red Green Blue C M Y K H S L
Decimal 234 100 77 0 0.57 0.67 0.08 8.79 0.79 0.61
Hex EA 64 4D 0 39 43 8 9 4F 3D
Octal 352 144 115 0 71 103 10 11 117 75
Binary 11101010 1100100 1001101 0 111001 1000011 1000 1001 1001111 111101

Color Harmonies of #EA644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA644D

Black with #EA644D

Text Example


Text Example

White with #EA644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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