Html Css Color HEX #EF7A66 Salmon

📋 copy color: '#EF7A66'

red 239 ◦ green 122 ◦ blue 102

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

Shades of Salmon #EF7A66

Tints of Salmon #EF7A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.35%

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

R = 51.62%
G = 26.35%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF7A66 (or 0xEF7A66) is known color: Salmon. HEX triplet: EF, 7A and 66. RGB value is (239,122,102). Sum of RGB (Red+Green+Blue) = 239+122+102=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A66 is #108599. Grayscale: #9A9A9A. Windows color (decimal): -1082778 or 6716143. OLE color: 6716143.

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

Color convert

RGB 239 122 102 -
CMYK 0 0.49 0.57 0.06
HSL 8.76º 0.81% 0.67% -
HSV(B) 8.76º 0.57% 0.94% -
XYZ 44.95 33.23 16.61 -
YUV 154.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 239 122 102 0 0.49 0.57 0.06 8.76 0.81 0.67
Hex EF 7A 66 0 31 39 6 9 51 43
Octal 357 172 146 0 61 71 6 11 121 103
Binary 11101111 1111010 1100110 0 110001 111001 110 1001 1010001 1000011

Color Harmonies of #EF7A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A66

Black with #EF7A66

Text Example


Text Example

White with #EF7A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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