Html Css Color HEX #EF7E6F Salmon

📋 copy color: '#EF7E6F'

red 239 ◦ green 126 ◦ blue 111

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

Shades of Salmon #EF7E6F

Tints of Salmon #EF7E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.32%

R = 50.21%
G = 26.47%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF7E6F (or 0xEF7E6F) is known color: Salmon. HEX triplet: EF, 7E and 6F. RGB value is (239,126,111). Sum of RGB (Red+Green+Blue) = 239+126+111=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E6F is #108190. Grayscale: #9E9E9E. Windows color (decimal): -1081745 or 7306991. OLE color: 7306991.

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

Color convert

RGB 239 126 111 -
CMYK 0 0.47 0.54 0.06
HSL 7.03º 0.8% 0.69% -
HSV(B) 7.03º 0.54% 0.94% -
XYZ 45.93 34.42 19.26 -
YUV 158.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 239 126 111 0 0.47 0.54 0.06 7.03 0.8 0.69
Hex EF 7E 6F 0 2F 36 6 7 50 45
Octal 357 176 157 0 57 66 6 7 120 105
Binary 11101111 1111110 1101111 0 101111 110110 110 111 1010000 1000101

Color Harmonies of #EF7E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E6F

Black with #EF7E6F

Text Example


Text Example

White with #EF7E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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