Html Css Color HEX #EF876A Salmon

📋 copy color: '#EF876A'

red 239 ◦ green 135 ◦ blue 106

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

Shades of Salmon #EF876A

Tints of Salmon #EF876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.13%

 BLUE value IS 106 (41.8% from 255) = 22.08%

R = 49.79%
G = 28.13%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF876A (or 0xEF876A) is known color: Salmon. HEX triplet: EF, 87 and 6A. RGB value is (239,135,106). Sum of RGB (Red+Green+Blue) = 239+135+106=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF876A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF876A is #107895. Grayscale: #A3A3A3. Windows color (decimal): -1079446 or 6981615. OLE color: 6981615.

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

Color convert

RGB 239 135 106 -
CMYK 0 0.44 0.56 0.06
HSL 13.08º 0.81% 0.68% -
HSV(B) 13.08º 0.56% 0.94% -
XYZ 46.86 36.72 18.25 -
YUV 162.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 239 135 106 0 0.44 0.56 0.06 13.08 0.81 0.68
Hex EF 87 6A 0 2C 38 6 D 51 44
Octal 357 207 152 0 54 70 6 15 121 104
Binary 11101111 10000111 1101010 0 101100 111000 110 1101 1010001 1000100

Color Harmonies of #EF876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF876A

Black with #EF876A

Text Example


Text Example

White with #EF876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF876A; }

 p { color: rgb(239,135,106); }

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

background-color css

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

 a { background-color: rgb(239,135,106); }

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

border-color css

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

 span { border-color: rgb(239,135,106); }

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