Html Css Color HEX #EF8570 Salmon

📋 copy color: '#EF8570'

red 239 ◦ green 133 ◦ blue 112

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

Shades of Salmon #EF8570

Tints of Salmon #EF8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.48%

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

R = 49.38%
G = 27.48%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF8570 (or 0xEF8570) is known color: Salmon. HEX triplet: EF, 85 and 70. RGB value is (239,133,112). Sum of RGB (Red+Green+Blue) = 239+133+112=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8570 is #107A8F. Grayscale: #A2A2A2. Windows color (decimal): -1079952 or 7374319. OLE color: 7374319.

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

Color convert

RGB 239 133 112 -
CMYK 0 0.44 0.53 0.06
HSL 9.92º 0.8% 0.69% -
HSV(B) 9.92º 0.53% 0.94% -
XYZ 46.91 36.3 19.86 -
YUV 162.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 239 133 112 0 0.44 0.53 0.06 9.92 0.8 0.69
Hex EF 85 70 0 2C 35 6 A 50 45
Octal 357 205 160 0 54 65 6 12 120 105
Binary 11101111 10000101 1110000 0 101100 110101 110 1010 1010000 1000101

Color Harmonies of #EF8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8570

Black with #EF8570

Text Example


Text Example

White with #EF8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8570; }

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

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

background-color css

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

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

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

border-color css

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

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

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