Html Css Color HEX #EF8A6D Salmon

📋 copy color: '#EF8A6D'

red 239 ◦ green 138 ◦ blue 109

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

Shades of Salmon #EF8A6D

Tints of Salmon #EF8A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.43%

R = 49.18%
G = 28.4%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF8A6D (or 0xEF8A6D) is known color: Salmon. HEX triplet: EF, 8A and 6D. RGB value is (239,138,109). Sum of RGB (Red+Green+Blue) = 239+138+109=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A6D is #107592. Grayscale: #A5A5A5. Windows color (decimal): -1078675 or 7178991. OLE color: 7178991.

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

Color convert

RGB 239 138 109 -
CMYK 0 0.42 0.54 0.06
HSL 13.38º 0.8% 0.68% -
HSV(B) 13.38º 0.54% 0.94% -
XYZ 47.45 37.63 19.23 -
YUV 164.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 239 138 109 0 0.42 0.54 0.06 13.38 0.8 0.68
Hex EF 8A 6D 0 2A 36 6 D 50 44
Octal 357 212 155 0 52 66 6 15 120 104
Binary 11101111 10001010 1101101 0 101010 110110 110 1101 1010000 1000100

Color Harmonies of #EF8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A6D

Black with #EF8A6D

Text Example


Text Example

White with #EF8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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