Html Css Color HEX #EF8A70 Dark Salmon

📋 copy color: '#EF8A70'

red 239 ◦ green 138 ◦ blue 112

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

Shades of Dark Salmon #EF8A70

Tints of Dark Salmon #EF8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.22%

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

R = 48.88%
G = 28.22%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF8A70 (or 0xEF8A70) is known color: Dark Salmon. HEX triplet: EF, 8A and 70. RGB value is (239,138,112). Sum of RGB (Red+Green+Blue) = 239+138+112=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A70 is #10758F. Grayscale: #A5A5A5. Windows color (decimal): -1078672 or 7375599. OLE color: 7375599.

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

Color convert

RGB 239 138 112 -
CMYK 0 0.42 0.53 0.06
HSL 12.28º 0.8% 0.69% -
HSV(B) 12.28º 0.53% 0.94% -
XYZ 47.61 37.7 20.1 -
YUV 165.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 239 138 112 0 0.42 0.53 0.06 12.28 0.8 0.69
Hex EF 8A 70 0 2A 35 6 C 50 45
Octal 357 212 160 0 52 65 6 14 120 105
Binary 11101111 10001010 1110000 0 101010 110101 110 1100 1010000 1000101

Color Harmonies of #EF8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A70

Black with #EF8A70

Text Example


Text Example

White with #EF8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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