Html Css Color HEX #EF7F70 Salmon

📋 copy color: '#EF7F70'

red 239 ◦ green 127 ◦ blue 112

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

Shades of Salmon #EF7F70

Tints of Salmon #EF7F70

RGB

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

 GREEN value IS 127 (50% from 255) = 26.57%

 BLUE value IS 112 (44.14% from 255) = 23.43%

R = 50%
G = 26.57%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF7F70 (or 0xEF7F70) is known color: Salmon. HEX triplet: EF, 7F and 70. RGB value is (239,127,112). Sum of RGB (Red+Green+Blue) = 239+127+112=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7F70 is #10808F. Grayscale: #9E9E9E. Windows color (decimal): -1081488 or 7372783. OLE color: 7372783.

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

Color convert

RGB 239 127 112 -
CMYK 0 0.47 0.53 0.06
HSL 7.09º 0.8% 0.69% -
HSV(B) 7.09º 0.53% 0.94% -
XYZ 46.11 34.7 19.6 -
YUV 158.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 239 127 112 0 0.47 0.53 0.06 7.09 0.8 0.69
Hex EF 7F 70 0 2F 35 6 7 50 45
Octal 357 177 160 0 57 65 6 7 120 105
Binary 11101111 1111111 1110000 0 101111 110101 110 111 1010000 1000101

Color Harmonies of #EF7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F70

Black with #EF7F70

Text Example


Text Example

White with #EF7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F70; }

 p { color: rgb(239,127,112); }

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

background-color css

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

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

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

border-color css

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

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

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