Html Css Color HEX #EF5A4D Flamingo

📋 copy color: '#EF5A4D'

red 239 ◦ green 90 ◦ blue 77

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

Shades of Flamingo #EF5A4D

Tints of Flamingo #EF5A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

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

R = 58.87%
G = 22.17%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF5A4D (or 0xEF5A4D) is known color: Flamingo. HEX triplet: EF, 5A and 4D. RGB value is (239,90,77). Sum of RGB (Red+Green+Blue) = 239+90+77=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A4D is #10A5B2. Grayscale: #858585. Windows color (decimal): -1090995 or 5069551. OLE color: 5069551.

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

Color convert

RGB 239 90 77 -
CMYK 0 0.62 0.68 0.06
HSL 4.81º 0.84% 0.62% -
HSV(B) 4.81º 0.68% 0.94% -
XYZ 40.59 26.2 9.94 -
YUV 133.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 239 90 77 0 0.62 0.68 0.06 4.81 0.84 0.62
Hex EF 5A 4D 0 3E 44 6 5 54 3E
Octal 357 132 115 0 76 104 6 5 124 76
Binary 11101111 1011010 1001101 0 111110 1000100 110 101 1010100 111110

Color Harmonies of #EF5A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A4D

Black with #EF5A4D

Text Example


Text Example

White with #EF5A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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