Html Css Color HEX #EF7E66 Salmon

📋 copy color: '#EF7E66'

red 239 ◦ green 126 ◦ blue 102

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

Shades of Salmon #EF7E66

Tints of Salmon #EF7E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.84%

R = 51.18%
G = 26.98%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF7E66 (or 0xEF7E66) is known color: Salmon. HEX triplet: EF, 7E and 66. RGB value is (239,126,102). Sum of RGB (Red+Green+Blue) = 239+126+102=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E66 is #108199. Grayscale: #9D9D9D. Windows color (decimal): -1081754 or 6717167. OLE color: 6717167.

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

Color convert

RGB 239 126 102 -
CMYK 0 0.47 0.57 0.06
HSL 10.51º 0.81% 0.67% -
HSV(B) 10.51º 0.57% 0.94% -
XYZ 45.46 34.23 16.78 -
YUV 157.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 239 126 102 0 0.47 0.57 0.06 10.51 0.81 0.67
Hex EF 7E 66 0 2F 39 6 B 51 43
Octal 357 176 146 0 57 71 6 13 121 103
Binary 11101111 1111110 1100110 0 101111 111001 110 1011 1010001 1000011

Color Harmonies of #EF7E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E66

Black with #EF7E66

Text Example


Text Example

White with #EF7E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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