Html Css Color HEX #EF7E6C Salmon

📋 copy color: '#EF7E6C'

red 239 ◦ green 126 ◦ blue 108

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

Shades of Salmon #EF7E6C

Tints of Salmon #EF7E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

 BLUE value IS 108 (42.58% from 255) = 22.83%

R = 50.53%
G = 26.64%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF7E6C (or 0xEF7E6C) is known color: Salmon. HEX triplet: EF, 7E and 6C. RGB value is (239,126,108). Sum of RGB (Red+Green+Blue) = 239+126+108=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E6C is #108193. Grayscale: #9D9D9D. Windows color (decimal): -1081748 or 7110383. OLE color: 7110383.

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

Color convert

RGB 239 126 108 -
CMYK 0 0.47 0.55 0.06
HSL 8.24º 0.8% 0.68% -
HSV(B) 8.24º 0.55% 0.94% -
XYZ 45.76 34.36 18.41 -
YUV 157.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 239 126 108 0 0.47 0.55 0.06 8.24 0.8 0.68
Hex EF 7E 6C 0 2F 37 6 8 50 44
Octal 357 176 154 0 57 67 6 10 120 104
Binary 11101111 1111110 1101100 0 101111 110111 110 1000 1010000 1000100

Color Harmonies of #EF7E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E6C

Black with #EF7E6C

Text Example


Text Example

White with #EF7E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E6C; }

 p { color: rgb(239,126,108); }

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

background-color css

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

 a { background-color: rgb(239,126,108); }

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

border-color css

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

 span { border-color: rgb(239,126,108); }

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