Html Css Color HEX #EC644D Flamingo

📋 copy color: '#EC644D'

red 236 ◦ green 100 ◦ blue 77

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

Shades of Flamingo #EC644D

Tints of Flamingo #EC644D

RGB

 RED value IS 236 (92.58% from 255) = 57.14%

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

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

R = 57.14%
G = 24.21%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC644D (or 0xEC644D) is known color: Flamingo. HEX triplet: EC, 64 and 4D. RGB value is (236,100,77). Sum of RGB (Red+Green+Blue) = 236+100+77=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC644D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC644D is #139BB2. Grayscale: #8A8A8A. Windows color (decimal): -1285043 or 5072108. OLE color: 5072108.

HSL color Cylindrical-coordinate representation of color #EC644D: hue angle of 8.68º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC644D is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 100 77 -
CMYK 0 0.58 0.67 0.07
HSL 8.68º 0.81% 0.61% -
HSV(B) 8.68º 0.67% 0.93% -
XYZ 40.49 27.48 10.19 -
YUV 138.04 93.56 197.87 -
System Red Green Blue C M Y K H S L
Decimal 236 100 77 0 0.58 0.67 0.07 8.68 0.81 0.61
Hex EC 64 4D 0 3A 43 7 9 51 3D
Octal 354 144 115 0 72 103 7 11 121 75
Binary 11101100 1100100 1001101 0 111010 1000011 111 1001 1010001 111101

Color Harmonies of #EC644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC644D

Black with #EC644D

Text Example


Text Example

White with #EC644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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