Html Css Color HEX #EF5956 Flamingo

📋 copy color: '#EF5956'

red 239 ◦ green 89 ◦ blue 86

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

Shades of Flamingo #EF5956

Tints of Flamingo #EF5956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.5%

 BLUE value IS 86 (33.98% from 255) = 20.77%

R = 57.73%
G = 21.5%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF5956 (or 0xEF5956) is known color: Flamingo. HEX triplet: EF, 59 and 56. RGB value is (239,89,86). Sum of RGB (Red+Green+Blue) = 239+89+86=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5956 is #10A6A9. Grayscale: #858585. Windows color (decimal): -1091242 or 5659119. OLE color: 5659119.

HSL color Cylindrical-coordinate representation of color #EF5956: hue angle of 1.18º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5956 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 89 86 -
CMYK 0 0.63 0.64 0.06
HSL 1.18º 0.83% 0.64% -
HSV(B) 1.18º 0.64% 0.94% -
XYZ 40.85 26.17 11.7 -
YUV 133.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 239 89 86 0 0.63 0.64 0.06 1.18 0.83 0.64
Hex EF 59 56 0 3F 40 6 1 53 40
Octal 357 131 126 0 77 100 6 1 123 100
Binary 11101111 1011001 1010110 0 111111 1000000 110 1 1010011 1000000

Color Harmonies of #EF5956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5956

Black with #EF5956

Text Example


Text Example

White with #EF5956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5956; }

 p { color: rgb(239,89,86); }

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

background-color css

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

 a { background-color: rgb(239,89,86); }

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

border-color css

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

 span { border-color: rgb(239,89,86); }

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