Html Css Color HEX #EF5656 Flamingo

📋 copy color: '#EF5656'

red 239 ◦ green 86 ◦ blue 86

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

Shades of Flamingo #EF5656

Tints of Flamingo #EF5656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.92%

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

R = 58.15%
G = 20.92%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF5656 (or 0xEF5656) is known color: Flamingo. HEX triplet: EF, 56 and 56. RGB value is (239,86,86). Sum of RGB (Red+Green+Blue) = 239+86+86=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5656 is #10A9A9. Grayscale: #838383. Windows color (decimal): -1092010 or 5658351. OLE color: 5658351.

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

Color convert

RGB 239 86 86 -
CMYK 0 0.64 0.64 0.06
HSL 0.83% 0.64% -
HSV(B) 0.64% 0.94% -
XYZ 40.6 25.68 11.62 -
YUV 131.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 239 86 86 0 0.64 0.64 0.06 0 0.83 0.64
Hex EF 56 56 0 40 40 6 0 53 40
Octal 357 126 126 0 100 100 6 0 123 100
Binary 11101111 1010110 1010110 0 1000000 1000000 110 0 1010011 1000000

Color Harmonies of #EF5656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5656

Black with #EF5656

Text Example


Text Example

White with #EF5656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5656; }

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

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

background-color css

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

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

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

border-color css

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

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

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