Html Css Color HEX #EF644D Flamingo

📋 copy color: '#EF644D'

red 239 ◦ green 100 ◦ blue 77

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

Shades of Flamingo #EF644D

Tints of Flamingo #EF644D

RGB

 RED value IS 239 (93.75% from 255) = 57.45%

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

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

R = 57.45%
G = 24.04%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF644D (or 0xEF644D) is known color: Flamingo. HEX triplet: EF, 64 and 4D. RGB value is (239,100,77). Sum of RGB (Red+Green+Blue) = 239+100+77=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF644D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF644D is #109BB2. Grayscale: #8B8B8B. Windows color (decimal): -1088435 or 5072111. OLE color: 5072111.

HSL color Cylindrical-coordinate representation of color #EF644D: hue angle of 8.52º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF644D is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 77 -
CMYK 0 0.58 0.68 0.06
HSL 8.52º 0.84% 0.62% -
HSV(B) 8.52º 0.68% 0.94% -
XYZ 41.49 28 10.24 -
YUV 138.94 93.05 199.37 -
System Red Green Blue C M Y K H S L
Decimal 239 100 77 0 0.58 0.68 0.06 8.52 0.84 0.62
Hex EF 64 4D 0 3A 44 6 9 54 3E
Octal 357 144 115 0 72 104 6 11 124 76
Binary 11101111 1100100 1001101 0 111010 1000100 110 1001 1010100 111110

Color Harmonies of #EF644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF644D

Black with #EF644D

Text Example


Text Example

White with #EF644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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