Html Css Color HEX #EF8970 Salmon

📋 copy color: '#EF8970'

red 239 ◦ green 137 ◦ blue 112

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

Shades of Salmon #EF8970

Tints of Salmon #EF8970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.07%

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

R = 48.98%
G = 28.07%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF8970 (or 0xEF8970) is known color: Salmon. HEX triplet: EF, 89 and 70. RGB value is (239,137,112). Sum of RGB (Red+Green+Blue) = 239+137+112=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8970 is #10768F. Grayscale: #A4A4A4. Windows color (decimal): -1078928 or 7375343. OLE color: 7375343.

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

Color convert

RGB 239 137 112 -
CMYK 0 0.43 0.53 0.06
HSL 11.81º 0.8% 0.69% -
HSV(B) 11.81º 0.53% 0.94% -
XYZ 47.47 37.41 20.05 -
YUV 164.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 239 137 112 0 0.43 0.53 0.06 11.81 0.8 0.69
Hex EF 89 70 0 2B 35 6 C 50 45
Octal 357 211 160 0 53 65 6 14 120 105
Binary 11101111 10001001 1110000 0 101011 110101 110 1100 1010000 1000101

Color Harmonies of #EF8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8970

Black with #EF8970

Text Example


Text Example

White with #EF8970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8970; }

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

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

background-color css

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

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

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

border-color css

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

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

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