Html Css Color HEX #EF5A4C Flamingo

📋 copy color: '#EF5A4C'

red 239 ◦ green 90 ◦ blue 76

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

Shades of Flamingo #EF5A4C

Tints of Flamingo #EF5A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.77%

R = 59.01%
G = 22.22%
B = 18.77%

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

#EF5A4C (or 0xEF5A4C) is known color: Flamingo. HEX triplet: EF, 5A and 4C. RGB value is (239,90,76). Sum of RGB (Red+Green+Blue) = 239+90+76=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A4C is #10A5B3. Grayscale: #858585. Windows color (decimal): -1090996 or 5004015. OLE color: 5004015.

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

Color convert

RGB 239 90 76 -
CMYK 0 0.62 0.68 0.06
HSL 5.15º 0.84% 0.62% -
HSV(B) 5.15º 0.68% 0.94% -
XYZ 40.56 26.18 9.75 -
YUV 132.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 239 90 76 0 0.62 0.68 0.06 5.15 0.84 0.62
Hex EF 5A 4C 0 3E 44 6 5 54 3E
Octal 357 132 114 0 76 104 6 5 124 76
Binary 11101111 1011010 1001100 0 111110 1000100 110 101 1010100 111110

Color Harmonies of #EF5A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A4C

Black with #EF5A4C

Text Example


Text Example

White with #EF5A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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