Html Css Color HEX #EF8471 Salmon

📋 copy color: '#EF8471'

red 239 ◦ green 132 ◦ blue 113

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

Shades of Salmon #EF8471

Tints of Salmon #EF8471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 49.38%
G = 27.27%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF8471 (or 0xEF8471) is known color: Salmon. HEX triplet: EF, 84 and 71. RGB value is (239,132,113). Sum of RGB (Red+Green+Blue) = 239+132+113=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8471 is #107B8E. Grayscale: #A2A2A2. Windows color (decimal): -1080207 or 7439599. OLE color: 7439599.

HSL color Cylindrical-coordinate representation of color #EF8471: hue angle of 9.05º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF8471 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 132 113 -
CMYK 0 0.45 0.53 0.06
HSL 9.05º 0.8% 0.69% -
HSV(B) 9.05º 0.53% 0.94% -
XYZ 46.83 36.05 20.11 -
YUV 161.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 239 132 113 0 0.45 0.53 0.06 9.05 0.8 0.69
Hex EF 84 71 0 2D 35 6 9 50 45
Octal 357 204 161 0 55 65 6 11 120 105
Binary 11101111 10000100 1110001 0 101101 110101 110 1001 1010000 1000101

Color Harmonies of #EF8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8471

Black with #EF8471

Text Example


Text Example

White with #EF8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8471; }

 p { color: rgb(239,132,113); }

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

background-color css

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

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

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

border-color css

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

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

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