Html Css Color HEX #EF5C4F Flamingo

📋 copy color: '#EF5C4F'

red 239 ◦ green 92 ◦ blue 79

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

Shades of Flamingo #EF5C4F

Tints of Flamingo #EF5C4F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.44%

 BLUE value IS 79 (31.25% from 255) = 19.27%

R = 58.29%
G = 22.44%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF5C4F (or 0xEF5C4F) is known color: Flamingo. HEX triplet: EF, 5C and 4F. RGB value is (239,92,79). Sum of RGB (Red+Green+Blue) = 239+92+79=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5C4F is #10A3B0. Grayscale: #868686. Windows color (decimal): -1090481 or 5201135. OLE color: 5201135.

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

Color convert

RGB 239 92 79 -
CMYK 0 0.62 0.67 0.06
HSL 4.88º 0.83% 0.62% -
HSV(B) 4.88º 0.67% 0.94% -
XYZ 40.84 26.57 10.37 -
YUV 134.47 96.7 202.56 -
System Red Green Blue C M Y K H S L
Decimal 239 92 79 0 0.62 0.67 0.06 4.88 0.83 0.62
Hex EF 5C 4F 0 3E 43 6 5 53 3E
Octal 357 134 117 0 76 103 6 5 123 76
Binary 11101111 1011100 1001111 0 111110 1000011 110 101 1010011 111110

Color Harmonies of #EF5C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5C4F

Black with #EF5C4F

Text Example


Text Example

White with #EF5C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5C4F; }

 p { color: rgb(239,92,79); }

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

background-color css

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

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

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

border-color css

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

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

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