Html Css Color HEX #EF5D49 Flamingo

📋 copy color: '#EF5D49'

red 239 ◦ green 93 ◦ blue 73

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

Shades of Flamingo #EF5D49

Tints of Flamingo #EF5D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.96%

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

R = 59.01%
G = 22.96%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF5D49 (or 0xEF5D49) is known color: Flamingo. HEX triplet: EF, 5D and 49. RGB value is (239,93,73). Sum of RGB (Red+Green+Blue) = 239+93+73=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D49 is #10A2B6. Grayscale: #868686. Windows color (decimal): -1090231 or 4808175. OLE color: 4808175.

HSL color Cylindrical-coordinate representation of color #EF5D49: hue angle of 7.23º 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 #EF5D49 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 93 73 -
CMYK 0 0.61 0.69 0.06
HSL 7.23º 0.84% 0.61% -
HSV(B) 7.23º 0.69% 0.94% -
XYZ 40.71 26.66 9.3 -
YUV 134.37 93.37 202.63 -
System Red Green Blue C M Y K H S L
Decimal 239 93 73 0 0.61 0.69 0.06 7.23 0.84 0.61
Hex EF 5D 49 0 3D 45 6 7 54 3D
Octal 357 135 111 0 75 105 6 7 124 75
Binary 11101111 1011101 1001001 0 111101 1000101 110 111 1010100 111101

Color Harmonies of #EF5D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D49

Black with #EF5D49

Text Example


Text Example

White with #EF5D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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