Html Css Color HEX #EF6449 Flamingo

📋 copy color: '#EF6449'

red 239 ◦ green 100 ◦ blue 73

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

Shades of Flamingo #EF6449

Tints of Flamingo #EF6449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.72%

R = 58.01%
G = 24.27%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF6449 (or 0xEF6449) is known color: Flamingo. HEX triplet: EF, 64 and 49. RGB value is (239,100,73). Sum of RGB (Red+Green+Blue) = 239+100+73=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6449 is #109BB6. Grayscale: #8A8A8A. Windows color (decimal): -1088439 or 4809967. OLE color: 4809967.

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

Color convert

RGB 239 100 73 -
CMYK 0 0.58 0.69 0.06
HSL 9.76º 0.84% 0.61% -
HSV(B) 9.76º 0.69% 0.94% -
XYZ 41.36 27.95 9.52 -
YUV 138.48 91.05 199.7 -
System Red Green Blue C M Y K H S L
Decimal 239 100 73 0 0.58 0.69 0.06 9.76 0.84 0.61
Hex EF 64 49 0 3A 45 6 A 54 3D
Octal 357 144 111 0 72 105 6 12 124 75
Binary 11101111 1100100 1001001 0 111010 1000101 110 1010 1010100 111101

Color Harmonies of #EF6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6449

Black with #EF6449

Text Example


Text Example

White with #EF6449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6449; }

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

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

background-color css

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

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

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

border-color css

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

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

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