Html Css Color HEX #EF8A6B Salmon

📋 copy color: '#EF8A6B'

red 239 ◦ green 138 ◦ blue 107

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

Shades of Salmon #EF8A6B

Tints of Salmon #EF8A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.11%

R = 49.38%
G = 28.51%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF8A6B (or 0xEF8A6B) is known color: Salmon. HEX triplet: EF, 8A and 6B. RGB value is (239,138,107). Sum of RGB (Red+Green+Blue) = 239+138+107=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A6B is #107594. Grayscale: #A4A4A4. Windows color (decimal): -1078677 or 7047919. OLE color: 7047919.

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

Color convert

RGB 239 138 107 -
CMYK 0 0.42 0.55 0.06
HSL 14.09º 0.8% 0.68% -
HSV(B) 14.09º 0.55% 0.94% -
XYZ 47.34 37.59 18.67 -
YUV 164.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 239 138 107 0 0.42 0.55 0.06 14.09 0.8 0.68
Hex EF 8A 6B 0 2A 37 6 E 50 44
Octal 357 212 153 0 52 67 6 16 120 104
Binary 11101111 10001010 1101011 0 101010 110111 110 1110 1010000 1000100

Color Harmonies of #EF8A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A6B

Black with #EF8A6B

Text Example


Text Example

White with #EF8A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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