Html Css Color HEX #EF7E68 Salmon

📋 copy color: '#EF7E68'

red 239 ◦ green 126 ◦ blue 104

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

Shades of Salmon #EF7E68

Tints of Salmon #EF7E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.17%

R = 50.96%
G = 26.87%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF7E68 (or 0xEF7E68) is known color: Salmon. HEX triplet: EF, 7E and 68. RGB value is (239,126,104). Sum of RGB (Red+Green+Blue) = 239+126+104=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E68 is #108197. Grayscale: #9D9D9D. Windows color (decimal): -1081752 or 6848239. OLE color: 6848239.

HSL color Cylindrical-coordinate representation of color #EF7E68: hue angle of 9.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF7E68 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 126 104 -
CMYK 0 0.47 0.56 0.06
HSL 9.78º 0.81% 0.67% -
HSV(B) 9.78º 0.56% 0.94% -
XYZ 45.56 34.27 17.31 -
YUV 157.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 239 126 104 0 0.47 0.56 0.06 9.78 0.81 0.67
Hex EF 7E 68 0 2F 38 6 A 51 43
Octal 357 176 150 0 57 70 6 12 121 103
Binary 11101111 1111110 1101000 0 101111 111000 110 1010 1010001 1000011

Color Harmonies of #EF7E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E68

Black with #EF7E68

Text Example


Text Example

White with #EF7E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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