Html Css Color HEX #EF7866 Salmon

📋 copy color: '#EF7866'

red 239 ◦ green 120 ◦ blue 102

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

Shades of Salmon #EF7866

Tints of Salmon #EF7866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.03%

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

R = 51.84%
G = 26.03%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF7866 (or 0xEF7866) is known color: Salmon. HEX triplet: EF, 78 and 66. RGB value is (239,120,102). Sum of RGB (Red+Green+Blue) = 239+120+102=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7866 is #108799. Grayscale: #999999. Windows color (decimal): -1083290 or 6715631. OLE color: 6715631.

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

Color convert

RGB 239 120 102 -
CMYK 0 0.50 0.57 0.06
HSL 7.88º 0.81% 0.67% -
HSV(B) 7.88º 0.57% 0.94% -
XYZ 44.71 32.74 16.53 -
YUV 153.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 239 120 102 0 0.50 0.57 0.06 7.88 0.81 0.67
Hex EF 78 66 0 32 39 6 8 51 43
Octal 357 170 146 0 62 71 6 10 121 103
Binary 11101111 1111000 1100110 0 110010 111001 110 1000 1010001 1000011

Color Harmonies of #EF7866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7866

Black with #EF7866

Text Example


Text Example

White with #EF7866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7866; }

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

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

background-color css

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

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

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

border-color css

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

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

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